-
**Describe the bug**
I have set up a reactive graph with "source => memo 1 => memo 2" and "memo1, memo2 => effect". When I change the source, then the first memo gets recomputed, the effect gets upda…
-
Deno 2.1 added support for standard Wasm modules (though there was a bug where it was missing exports like `memory`, though that's now fixed in the latest canary version `deno upgrade canary` or in th…
-
### Scenario & Reproduction Steps
node v22.5.0
authentication error: http error: error issuing the request with reqwest: error sending request: JsValue(TypeError: Only absolute URLs are supporte…
-
I'm really confused where the output of the tests are.
```
16:30 simbleau on main ~ wasm-pack test --node
[INFO]: 🎯 Checking for the Wasm target...
Compiling bevy_async_task v0.3.0 (/Users/s…
-
After updating wasm-bindgen to 0.2.86 (I think) I get a compilation error when trying to compile with wasm
This was with `rustc 1.71.0-nightly (5ea3f0ae0 2023-05-23)` but fails on stable also
```
e…
-
### Describe the Bug
When using the `js_name` on an `enum`, a method does not get exported.
### Steps to Reproduce
Consider this snippet:
```rust
#[wasm_bindgen(js_name = Data)]
pub stru…
b-zee updated
1 month ago
-
If I am using Rust 1.82.0 and run a `cargo update` then I get this error:
```
$ yarn build
...
[INFO]: ⬇️ Installing wasm-bindgen...
[INFO]: Optimizing wasm binaries with `wasm-opt`...
[wasm-…
-
building failed for the rust 1.82.
wait `wasm-bindgen` next release.
-
Apparently some dependencies used require wasm-bindgen to get them to work on WASM.
Since I've never worked with WebAssembly or Javascript before it's safe to say that I'm the wrong person for this…
-
I've been having some trouble parsing the textual output of the `wasm-tools metadata show` command. Since the command supports a `--json` flag to make the output machine-interpretable, I wanted to flo…