Closed aclueless closed 4 years ago
I saw /scripts/build.sh, I ran it. Now I have a new folder /release. I ran basic-http-server in it and open the page but the browser say window.wasm_bindgen is not a function.
/scripts/build.sh
/release
basic-http-server
window.wasm_bindgen is not a function
How should I run it?
I've run into that as well. Let me do a little digging and I'll get back to you.
I just pushed a change that should fix your problem. I also added a building and running section to the README.
Thanks!
I saw
/scripts/build.sh
, I ran it. Now I have a new folder/release
. I ranbasic-http-server
in it and open the page but the browser saywindow.wasm_bindgen is not a function
.How should I run it?