seed-rs/seed

Error: unresolved import in wasm_bindgen_initialize

C-Bowen-Jr opened this issue · 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.

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