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

### Describe the Bug When compiling in debug mode, having a long typescript_type annotation for a custom type leads to a compiler error. Release mode works fine. ### Steps to...

bug

I get this error when allocating > 2GiB and then calling into JS: ``` Failed to execute 'decode' on 'TextDecoder': The encoded data was not valid. at getStringFromWasm0 (fu0min2hevxxsl6tfui2k8dfe:44) at...

bug

The motivation behind making this change is to increase the discoverability of unstable APIs. The current list has been populated using the contents of `wasm-bindgen/crates/web-sys/webidls/unstable/`. Going forward, MRs that add...

Suppose we have a WebIDL for a dictionary: ```webidl dictionary TestDictionary { required long foo; required long bar; }; ``` After generating the bindings with `cargo run --release --package wasm-bindgen-webidl...

bug

### Describe the Bug I have made a few innocent looking changes to my code that was previously working fine. Now it wasmpack fails when I run this command: ```...

bug

It appears that returning `(f32, f32, f32, f32)` or `[f32; 4]` in a `#[wasm_bindgen]` function does not currently work. Would be great if fixed size arrays and tuples (maybe up...

more-types

### Describe the Bug When making use of the remote webdriver URL for `wasm-bindgen-test-runner` (e.g., the one configured by setting the `CHROMEDRIVER_REMOTE` environment variable), `wasm-bindgen-test-runner` drops the path component of...

bug

### Motivation Chrome, Firefox and now also Sentry support DWARF for WebAssembly as debug format. In particularly for crash reporting systems like Sentry DWARF is a very important tool to...

enhancement

### Describe the Bug Structs with the same names, that reside in different rust modules and have `wasm_bindgen` attribute applied, cannot be compiled. If I understand correctly this is because...

bug

### Describe the Bug Whenever I load the parallel raytracing example from an iframe it shows a popup with a message about `SharedArrayBuffer` support. This doesn't happen when I try...

bug