-
The API currently exposes the contents of a memory as:
```c
byte_t* wasm_memory_data(wasm_memory_t*);
size_t wasm_memory_data_size(const wasm_memory_t*);
```
This effectively delegates the boun…
-
[source/extensions/common/wasm/wasm_vm.cc:39] Failed to load Wasm module due to a missing import: env.pthread_rwlock_init
-
`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…
-
Dear halfrost, sorry to bother.
I tried to install your wasm binary to my envoy gateway, but encountered some problem.
My envoyFilter looks like the following
```
apiVersion: networking.istio.…
-
You need rust and the emscripten target installed. `rustup target add wasm32-unknown-emscripten` installs the emscripten target if you use rustup.
```sh
echo "fn main(){}" > a.rs
rustc -Copt-level=…
-
```
OpenJDK 64-Bit Server VM (19.0.1+10-jvmci-22.3-b08) for linux-amd64 JRE (19.0.1+10-jvmci-22.3-b08), built on 2022-10-19T11:11:18Z by "buildslave" with gcc 11.2.0
```
**Describe the issue**
U…
-
wasm32-unknown-unknown != wasm-bindgen support.
This is one of the main problems we have with RustPython, as the environment we are deploying to is a non-browser strict wasm32-unknown-unknown envir…
-
I'm still new to this codebase and may not have a perfect understanding or description of how the engine handles imported functions or epoch canceling. Any feedback is appreciated.
#### Improvement…
-
Compiling lib\main.dart for the Web...
Target dart2js failed: ProcessException: Process exited abnormally with exit code 1:
/C:/Users/runneradmin/AppData/Local/Pub/Cache/ho…
-
Hi @SPY,
I found a randomly generated a module that passes validation despite having an invalid memory alignment:
```
ghci> m = Module {types = [FuncType {params = [], results = [I32]}], funct…