Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technohippy/makewasm


https://github.com/technohippy/makewasm

Last synced: 19 days ago
JSON representation

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の引数が逆 |