You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.2cargo --version
1.68.0cargo-generate --version
0.18.2trunk --version
0.16.0wasm-bindgen-cli --version
0.2.86Based 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.The text was updated successfully, but these errors were encountered: