Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 374 Bytes

webworker上でWASMのマルチスレッドを動かす実験コード

  • COEP対応のHTTPサーバ
  • emscriptenで生成したマルチスレッドWASMをworker上で正しく動かす

依存パッケージ

npm install

ビルド(emscripten必要)

npm run build

実行

npm run serve

http://localhost:8080/ を開く