parcel-plugin-cargo-web icon indicating copy to clipboard operation
parcel-plugin-cargo-web copied to clipboard

I need to restart parcel every time that I change the code

Open spielcrypto opened this issue 6 years ago • 0 comments

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 http://localhost:9000/src.f10117fe.js:1099
src.f10117fe.js:510:11
LinkError: import object field '__cargo_web_snippet_ab05f53189dacccf2d365ad26daa407d4f7abea9' is not a Function src.f10117fe.js:505:16

To make my app works again I have to stop the parcel execution and run it again.

spielcrypto avatar May 22 '19 21:05 spielcrypto