@mantou/nes
v1.0.14
Published
## pull deps
Readme
@mantou/nes
pull deps
git submodule updatecompile to wasm
install wasm-pack.
# development
cargo watch -s "wasm-pack build --out-dir ../nes-pkg --target web --scope mantou --profiling"
# or
cargo watch -s "wasm-pack build --out-dir ../nes-pkg --target web --scope mantou --debug"
# build
wasm-pack build --out-dir ../nes-pkg --target web --scope mantoupublish to npm
use yarn publish:nes at root directory
