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
console_error_panic_hook::set_once()
nightly
console_log::init_with_level()
#[wasm_bindgen(start)] fn start()
The text was updated successfully, but these errors were encountered:
update: #535: #[wasm_bindgen(start)] fn start()の定義箇所をnightly.rsから…
nightly.rs
368c427
…`lib.rs`に移動
update: #535: console_error_panic_hook::set_once()の呼び出し箇所を`#[wasm_b…
106a230
…indgen(start)] fn start()`に移動
YuukiToriyama
Successfully merging a pull request may close this issue.
概要
console_error_panic_hook::set_once()
の呼び出し箇所を変更nightly
のconsole_log::init_with_level()
と同じように#[wasm_bindgen(start)] fn start()
で呼び出すように修正するThe text was updated successfully, but these errors were encountered: