mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
Potential fix for OptionIntoWasmAbi?
This commit is contained in:
parent
0a61e12bd1
commit
0359da2060
@ -318,7 +318,7 @@ impl IntoWasmAbi for JsValue {
|
||||
impl OptionIntoWasmAbi for JsValue {
|
||||
#[inline]
|
||||
fn none() -> u32 {
|
||||
std::u32::MAX
|
||||
32
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user