Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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チュートリアル
- Host: GitHub
- URL: https://github.com/kashiwara0205/wasm-game-of-life
- Owner: Kashiwara0205
- Created: 2023-12-08T11:27:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-12T08:23:54.000Z (about 1 year ago)
- Last Synced: 2023-12-12T09:32:28.633Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# wasm-game-of-life
WASMチュートリアル用## 別プロジェクトに分離されたwasmとjsの紐付け作業
- rust_projectでmake wasm_buildして出来たpkgをnpm_projectに移行して使用する
- 移行したpkg内でnpm linkコマンドを叩く=> make cp_wasm_pkgで一連の流れを簡略化
## テスト手法
- rustコンテナの中のwasm-game-of-lifeディレクトリに入ってcargo testで実行