mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 19:01:06 +00: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 {
|
impl OptionIntoWasmAbi for JsValue {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn none() -> u32 {
|
fn none() -> u32 {
|
||||||
std::u32::MAX
|
32
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user