-
Hello - hope its okay to put a query through, but I'm looking for some pointers into how this may be possible. I'm an envoy/rust novice, so apologies if I have an incorrect grasp of this stuff!
For…
-
*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…
-
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=653707
### Error Blob
```json
{
"BuildRetry": false,
"ErrorPattern": ["emcc", "SIGKILL"],
"ExcludeConsoleLog": …
-
I tried cw20-bonding and got the following error.
```
❯ CURVEINFO='{"curve_info":{}}'
❯ wasmd query wasm contract-state smart $CONTRACT "$CURVEINFO" --output json
Error: rpc error: code = Inval…
-
Taking long operations as argument of compiler() leads that pointer gets access to unused region crashing gpython
test.py
`compile('1'+'
-
wasm-opt which we already ship as part of the wasm-tools workload can be used to optimize wasi builds as well. We should have an optional step to run it as part of the build.
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Hey, so have been on a bit of discovery with this. I recently installed the latest VS update,…
-
### Describe the project you are working on
Godot
### Describe the problem or limitation you are having in your project
The current solution to using code written in other languages, GDExtens…
-
There is Lucet webassembly engine (https://github.com/bytecodealliance/lucet) that is quite different from everything else. It has two parts: `lucetc` and `lucet-wasi`. `lucetc` takes a wasm module an…
-
There are some things to do to avoid relying on exceptions in the VM. First some files from daemon are imported inside the VM and use exceptions in parts where they likely shouldn't. Notably:
* [ ]…