Added build.sh for wasm

pull/93/head
yhirose 4 years ago
parent b8fd40dea3
commit 270304ab88
  1. 2
      docs/build.sh

@ -0,0 +1,2 @@
source ~/Projects/emsdk/emsdk_env.sh
emcc -std=c++11 -O3 --bind -o native.js native.cpp
Loading…
Cancel
Save