Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technohippy/makewasm
https://github.com/technohippy/makewasm
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/technohippy/makewasm
- Owner: technohippy
- Created: 2021-06-15T15:41:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T08:53:59.000Z (over 3 years ago)
- Last Synced: 2024-11-24T22:41:49.045Z (3 months ago)
- Size: 31.3 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 「作って学ぶWebAssembly」サポートページ
## 書籍
https://techbookfest.org/product/5689941050785792
## サンプルコード
https://github.com/technohippy/makewasm/tree/main/sample
## 参考
https://github.com/technohippy/wasmts
## 正誤表
| ページ番号 | 誤 | 正 | 説明 |
| ---- | ---- | ---- | ---- |
| - | assertEquals(expected, actual) | assertEquals(actual, expected) | assertEqualsの引数が逆 |