-
### System Info
This is with Transformerrs.js V2
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Desktop app (e.g., Electro…
-
```
205.3 configure: ./configure --cc=emcc --ar=emar --prefix=/greenfield/libs/compositor-ffmpeg-h264/ffmpeg/../ffmpeg-build --enable-cross-compile --target-os=none --arch=x86_32 --cpu=generic --enab…
-
`addAfterVmCallAction` and `doAfterVmCallActions` are used by the context to execute functions after vm calls, such as `onRequestHeaders`:
https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/72c…
-
*Title*: *Wasm module signature verification*
*Description*:
Add the ability to configure verification options to satisfy before executing a Wasm module. This could include checking all/some/at le…
asraa updated
3 years ago
-
## 💡 Feature description
Pick up `http_proxy` and `https_proxy` environment variables for all the download tasks (like downloading _chromedriver_ when executing `wasm-pack test --chrome --headless`…
-
For context, I'm working on updating Proxy-Wasm C++ SDK from our custom toolchain to @emsdk (see: https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/pull/132) and I'm seeing some regressions in terms of…
-
As pointed out in https://github.com/envoyproxy/envoy/issues/29546, proxy-wasm-cpp-sdk is [using v3.9.1](https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/blob/921039ae983ce053bf5cba78a85a3c08ff9791e5/…
-
### Description
We have a big application that executes .NET code in the browser with WASM. We are now testing with `net9.0-rc2` to check if upgrading would resolve an out of memory issue. But with t…
-
## More detail about this feature
Implements Envoy WASM extension based on Sentinel Go and proxy-go (github.com/tetratelabs/proxy-wasm-go-sdk), which will support traffic governance for both HTTP tra…
-
Hi .. Enabling exceptions for WASM seems to conflict with an -fno-exceptions flag being used by emscripten during linking.
For example, if I add a try and catch in the example and build with:
baz…