vgm-decrypt
v0.1.0
Published
``` wasm-pack build wasm-pack build --target web wasm-pack build --target no-modules wasm-pack build --target nodejs wasm-pack build --target bundler ``` ## Test on browser
Readme
Choose your target build with wasm-pack build
wasm-pack build
wasm-pack build --target web
wasm-pack build --target no-modules
wasm-pack build --target nodejs
wasm-pack build --target bundlerTest on browser
cd www
npm install
npm start