wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

Facilitating high-level interactions between Wasm modules and JavaScript

Results 412 wasm-bindgen issues
Sort by recently updated
recently updated
newest added

### Motivation I want the ability for my enums in Rust to be exported to TypeScript as a constant. ### Proposed Solution A constant enum in TypeScript is like this:...

enhancement

### Describe the Bug When building/running tests we see a lot of warning around extern vs extern "C" ### Additional Context (easy fix to switch extern fn to extern "C"...

bug

The documentation is implemented in mdbook, which provides a search feature. Why is it not enabled for `wasm-bindgen`? It's tedious to browse everything when trying to find something specific. ##...

enhancement

This is handy supporting various machines with different browsers and configurations installed. I'm able to update my CI to point to specific configs per machine that's matched that all contain...

This pull request adds support for the `AbstractRange` and `StaticRange` interfaces to wasm-bindgen, enabling Rust developers to interact with these DOM range objects for improved web API compatibility.

waiting for author

### Describe the Bug When I create a instance of `JsError` inside the code that's running in a Worker, it doesn't behave the same as when the same code is...

bug

Various source files mention these licenses, but they have not so far been included as LICENSE files or referenced in the Cargo.toml files for the crates. The MPL 2.0 license...

### Motivation Currently if a function/method returns a generic type like: ```rust pub fn some_fn() -> SomeType {} // or pub fn some_fn() -> Result {} ``` where `SomeType` is...

enhancement