We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe we could get the functions to fire once document.onload is called?
document.onload
The text was updated successfully, but these errors were encountered:
Just use wasm_bindgen(start)
wasm_bindgen(start)
#[cfg_attr(not(target_family = "wasm"), ctor::ctor)] #[cfg_attr(target_family = "wasm", wasm_bindgen(start))] fn init() { // ... }
Sorry, something went wrong.
I can try implementing this, but I don't have a good toolchain setup to test.
No branches or pull requests
Maybe we could get the functions to fire once
document.onload
is called?The text was updated successfully, but these errors were encountered: