Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 790 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 790 Bytes

NoSM

A example project using yarism webassembly which build by wrapped-sm-for-web .

About

This project created from create-wasm-app and command npm init wasm-app nosm.

🚴 Usage

🛠️ Build WebAssembly

git clone https://github.com/bytesboy/wrapped-sm-for-web.git
wasm-pack build --out-name index   

Then it will create wasm pkg and copy pkg directory to this project root directory.

🛠️ Run Serve

npm install
npm start