Uncaught (in promise) TypeError: WebAssembly.instantiate(): Import #7 module="__wbindgen_placeholder__" error: module is not an object or function #14
Labels
question
Further information is requested
When I try to use
console_error_panic_hook
in my yew project, my app panics onstd::panic::set_hook(box console_error_panic_hook::hook)
with:I have the following
[dependencies]
:The text was updated successfully, but these errors were encountered: