parcel-plugin-cargo-web
parcel-plugin-cargo-web copied to clipboard
i am returning string from rust function, but not able to parse from javascript lib.rs ``` #[js_export] pub fn hello( string: &str ) -> String { "hello".into() } ``` client...
if I change the code I get this error: ``` Error loading Rust wasm module 'wasm_modules': LinkError: "import object field '__cargo_web_snippet_ab05f53189dacccf2d365ad26daa407d4f7abea9' is not a Function" __initialize http://localhost:9000/src.f10117fe.js:505 __initialize http://localhost:9000/src.f10117fe.js:501 exports...
First of all, thanks for your beautiful work making `wasm32-unknown-unknown` development a much better experience! I don't really have a bug to report but ran into a gotcha using the...