seed icon indicating copy to clipboard operation
seed copied to clipboard

Error: unresolved import in wasm_bindgen_initialize

Open C-Bowen-Jr opened this issue 2 years ago • 1 comments

Error: all: &Closure< Fn( usize ) -> *mut u8 >, ^ unresolved import points to Fn( let module = wasm_bindgen_initialize( memory, table, &alloc, &free ); ^ not found in this scope points to wasm_bindgen_initialize Could not compile 'stdweb' due to 2 previous errors

Enviornment: Windows 10 rustup --version 1.25.2 cargo --version 1.68.0 cargo-generate --version 0.18.2 trunk --version 0.16.0 wasm-bindgen-cli --version 0.2.86

Based on: Followed the steps in the readme here to run the seed-app-counter (specifically cloned from here. Error came after running trunk serve command.

C-Bowen-Jr avatar May 19 '23 22:05 C-Bowen-Jr

seed-app-counter uses an outdated seed version, please try with the latest one.

flosse avatar May 19 '23 23:05 flosse