-
Hello,
When running under Node `v20.17.0`, I'm affected by https://github.com/webpack/webpack/issues/14532 and getting the following error:
```
michel@debian:/dev/shm/wasm-test/www$ npm run start…
-
Thank you for your awesome work!
I'd like to ask some directions in an issue I cannot solve. I have a runtime that runs many modules at the same time in different threads. I initialize the runtime …
-
I'm investigating a comparatively poor performance of a Wasm guest compiled using TinyGo when it is executed in `Wasmtime` embedded into a Go service (compiled using the official Go compiler) when the…
-
### Proposal Details
Hello!
## The problem
I am compiling my application to `GOOS=wasip1 GOARCH=wasm` and I want to control the wasm memory more accurate. `wasm-ld` provides the following paramet…
-
Wasm module probably behaves different than binary, we should figure out how and make sure it is nice for users to understand and create issues based on it.
Related:
- https://github.com/prisma/l…
-
### Zig Version
0.10.0-dev.4254+7f508480f
### Steps to Reproduce
main.zig:
``` zig
comptime {
asm (
\\.globl wasm_nop
\\wasm_nop:
\\ .functype wasm_nop () -> ()…
-
Hi! I'm trying to integrate a JPEG XL WASM binary into an existing project that uses typescript and has a fairly strict style guide. To do this cleanly, I will need a standalone WASM build. Ideally, t…
-
when I try to load a dicom zip, it occurred to give out errors:
RuntimeError: memory access out of bounds
pls help to solve it.
btw, can I use VolView to generate .obj files from dicom data and e…
-
### How do you envision this feature/change to look/work like?
Plasmo should allow importing WASM modules following the WASM ESM spec: `import {a,b,c} from "./x.wasm"`
### What is the purpose of thi…
-
*Title*: *Envoy WASM extensions in the present and its future (Proxy-Wasm)*
*Description*:
Envoy current supports WASM extensions via the [WASM filter](https://www.envoyproxy.io/docs/envoy/v1.31…