stdweb icon indicating copy to clipboard operation
stdweb copied to clipboard

console! can't work on web front-end page

Open XLearner opened this issue 2 years ago • 0 comments

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 ... image

can anyone help? 😭

XLearner avatar Sep 22 '22 09:09 XLearner