Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: unresolved import in wasm_bindgen_initialize #715

Open
C-Bowen-Jr opened this issue May 19, 2023 · 1 comment
Open

Error: unresolved import in wasm_bindgen_initialize #715

C-Bowen-Jr opened this issue May 19, 2023 · 1 comment

Comments

@C-Bowen-Jr
Copy link

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.

@flosse
Copy link
Member

flosse commented May 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants