/wasm_test

Primary LanguageJavaScript

wasm_test

Sample for issue: RReverser/serde-wasm-bindgen#63

Run

  • clone git clone https://github.com/vegarringdal/wasm_test
  • npm install
  • npm start
  • open browser at http://localhost:2080/ and open console

wasm part

new wasm build (Ive added builds, no need to run unless you edit):

  • wasm-pack build ./wasm1 --target web --release
  • wasm-pack build ./wasm2 --target web --release