-
## Version
Author: Peng Qian messi.qp711@gmail.com
Date: Fri Jul 13:11:18 2024
### Compile
```
cd wasm-micro-runtime/product-mini/platforms/linux
mkdir build
cd build
cmake -DCMAKE_CXX_FLAG…
-
## Repro:
`flutter build web --wasm `
## Error:
```
Target dart2wasm failed: ProcessException: Process exited abnormally with exit code 64:
../../.pub-cache/hosted/pub.dev/universal_html-2.2.4/…
-
We use proxy-wasm-rust-sdk for our stats plugin. Recently we received a bug report from our customer. By looking into the backtrace, we found that the crash happened within the hostcalls.rs in the SDK…
-
It has a benchmarking tool: https://github.com/EOSIO/eos-vm/blob/master/tools/bench_interp.cpp
Need to make sure to disable metering as even the watchdog could be implemented in a way detrimental t…
-
I am injecting a wasm plugin for envoy in the istio 1.18 environment. During the stress test, the following error occurred. I didn't implement on_log in my wasm code, and there are no other recursive …
-
*Description*:
Currently in WASM is not possible to set [Dynamic Metadata](https://www.envoyproxy.io/docs/envoy/latest/configuration/advanced/well_known_dynamic_metadata).
_This metadata emitted by…
-
this could be a problem once we support multiple runtimes because I think users would expect VMs to be created with a specified runtimes they change `vm_config.runtime`
-
## Version
commit [0418041](https://github.com/bytecodealliance/wasm-micro-runtime/commit/0418041b0dfd09726fe4a3f6c8404d38910856af)
Author: Peng Qian messi.qp711@gmail.com
Date: Fri Jun 21:11:08 20…
-
Hi!
Thank you very much for the great work!
I'm currently do some fuzz testing on wasm VM.
I compile this c file to a wasm module using ` emcc test.c -o test.wasm`
```
#include "stdio.h"
int a…
-
To make a WASM build of Themes Playground requires remove the package url_launcher and all it's usage, as mentioned here https://docs.flutter.dev/platform-integration/web/wasm#requires-preview-js-inte…