-
### Steps to reproduce
In Flutter WASM builds the Google Fonts are not loaded when using them as implicit assets.
This is issue one of tree issues discussed with @kevmoo in a video meeting Nov 1…
-
When expression is something like:
```yaml
expression:
key: "a"
value: "unknown.path"
```
The wasm panics. Envoy's logs show
```
envoy-1 | [2024-11-08 15:00:30.432][61][debug][wasm] […
-
## Type conversion issues in WASM builds
When saving key-value pair to a Hive box in a Flutter WASM web build, the of types `int`, `int?` and `double?` are not type converted correctly when retriev…
-
Stackblitz reproduction: https://stackblitz.com/edit/ruby-wasm-demo-78s71k?file=index.html
MatchData#end returns incorrect match offset when used in async context:
```
vm.eval(/(т)(е)(с)/.match…
-
Hello,
I'm currently having the same issue as [coraza #1119](https://github.com/corazawaf/coraza/discussions/1119). I posted the text below in the linked issue. But I'm posting it again in a new is…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
It was recently discovered that our existing standalone Blazor app, with AOT compilation enab…
-
The following code caused an error in the testnet instance.
```
(define-read-only (get-decimals) (ok u0))
(define-read-only (get-name) (ok "Rocket Token"))
(define-read-only (get-symbol) (ok "RKT"…
csgui updated
2 weeks ago
-
## Summary
Make it possible to return from a VM even though the script in there is still not complete.
## Expected use case
We're running RustPython within a WASM module in a WebWorker, so it…
-
I have an envoy configuration which contains 3 filters:
- An ext_authz filter which returns a 4xx status code
- A Lua filter
- A wasm filter
Something like this
```
- name: envoy…
-
Thanks so much for working on implementing the gc proposal! When I tested it on my own small language I ran into a panic and managed to minify the example down to:
### Test Case
Minimal reprodu…