-
### Current Behavior
1. `npm install nx@19.5.2` results in:
```
#19 1.284 /go/src/github.com/grafana/node_modules/nx/src/native/native-bindings.js:359
#19 1.284 throw new Error('Failed to load…
-
Hi,
I was following the Write a Plug-in example at https://extism.org/docs/quickstart/plugin-quickstart and got the following message with `cargo build --target wasm32-unknown-unknown`:
```
…
-
Caching a Uint8Array of wasm.memory.buffer across calls to WebAssembly.instanitate causes a use-after-free in the WebAssembly::MemoryInstance.
This is easy to reproduce by inverting this patch to t…
-
# Bug Report
**Cairo version:**
2.8.0
**Current behavior:**
I am cryptonerdcn, author of WASM-Cairo. After this PR(https://github.com/starkware-libs/cairo/pull/6173/), the WASM-Cairo vers…
-
Hi,
I'm running into the following error when I try running `pdfium.wasm` with `wasmtime`. I'm running on MacOS M3. Any ideas what could be wrong?
```
raise WasmtimeError._from_ptr(error)
…
-
I've got a bit of a challenging one here. It's hard to trace the issue because I don't have debug information available from SpiderMonkey (will traces from the engine be available via some debug mode …
-
To improve our security, Naga needs a function that can create a `Module` that passes validation, driven by an arbitrary data stream, like that provided by `cargo fuzz`. This should be something like …
-
# Bug report
### Bug description:
When compiling for Wasm with `--disable-wasm-dynamic-linking`, we end up with `HAVE_DYNAMIC_LOADING=0`, which is currently broken with the following linking errors:…
-
### Subject of the issue
WAMR currently fails the names.wast spec test, specifically because the spec permits module exports with names containing NUL bytes, but WAMR does not.
### Test case
…
-
### 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…