Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kashiwara0205/wasm-game-of-life

WASMチュートリアル
https://github.com/kashiwara0205/wasm-game-of-life

Last synced: about 2 months ago
JSON representation

WASMチュートリアル

Awesome Lists containing this project

README

        

# wasm-game-of-life
WASMチュートリアル用

スクリーンショット 2023-12-12 17 21 01

## 別プロジェクトに分離されたwasmとjsの紐付け作業
- rust_projectでmake wasm_buildして出来たpkgをnpm_projectに移行して使用する
- 移行したpkg内でnpm linkコマンドを叩く

=> make cp_wasm_pkgで一連の流れを簡略化

## テスト手法
- rustコンテナの中のwasm-game-of-lifeディレクトリに入ってcargo testで実行