stdweb
stdweb copied to clipboard
console! can't work on web front-end page
I used the console! macro in the inner rust project. When I build it with wasm-pack , it is successful. But it encountered a panic on the front-end page and output the following message:
Error importing index.js
: RuntimeError: unreachable ...
can anyone help? 😭