The Wayback Machine - https://web.archive.org/web/20201218094134/https://github.com/seed-rs/seed/issues/535
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

Try to remove #[wasm_bindgen(start)] #535

Open
MartinKavik opened this issue Sep 7, 2020 · 1 comment
Open

Try to remove #[wasm_bindgen(start)] #535

MartinKavik opened this issue Sep 7, 2020 · 1 comment

Comments

@MartinKavik
Copy link
Member

@MartinKavik MartinKavik commented Sep 7, 2020

See thedodd/trunk#19

@MartinKavik
Copy link
Member Author

@MartinKavik MartinKavik commented Sep 11, 2020

UPDATE: It seems that wasm-pack doesn't support fn main yet and it's still not recommended to use wasm-bindgen directly because you would have to manage wasm-bindgen and wasm-bindgen-cli installations to match the exact wasm-bindgen versions in Cargo.lock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.