Closed estk closed 6 years ago
Thanks for filing an issue.
This crate depends on wasm-bindgen and using the wasm-bindgen CLI to post-process the wasm binary to generate bindings and all that. Running the CLI will remove the place holder imports. You can use wasm-pack to orchestrate this process.
I'm unsure if the stdweb/cargo web/yew will conflict with running wasm-bindgen CLI or not.
As soon as I start my app I get the following in the console and a broken app: