Skip to content

Implement FromWasmAbi for Result<i32|u32, JsValue> #1528

Closed
@ibaryshnikov

Description

@ibaryshnikov

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions