Closed
Description
It looks like there's no FromWasmAbi
implementation for Result<u32, JsValue>
and Result<i32, JsValue>
The feature is required by #1379, since there are return types like Result<i32, JsValue>
in Atomics
https://github.com/rustwasm/wasm-bindgen/blob/master/crates/js-sys/src/lib.rs#L528