Skip to content

Commit 0359da2

Browse files
committed
Potential fix for OptionIntoWasmAbi?
1 parent 0a61e12 commit 0359da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/convert/impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ impl IntoWasmAbi for JsValue {
318318
impl OptionIntoWasmAbi for JsValue {
319319
#[inline]
320320
fn none() -> u32 {
321-
std::u32::MAX
321+
32
322322
}
323323
}
324324

0 commit comments

Comments
 (0)