Enrico Loparco

Results 5 issues of Enrico Loparco

Hello, I'm running the pigz app from https://github.com/bytecodealliance/wasm-parallel-gzip on Ubuntu and running into some TSAN warnings: ```bash ./iwasm -v=5 --dir=wasm-apps wasm-apps/pigz.aot -p 3 wasm-apps/test.txt [00:44:04:764 - 7F7C90D8A380]: Load module success....

The `wasm_module_new` function copies the WASM binary passed as an argument into the module. This PR allows passing an additional flag to `wasm_module_new_ex`, to avoid that copy. In that way,...

Follow-up on https://github.com/bytecodealliance/wasm-micro-runtime/pull/3389, specifically: https://github.com/bytecodealliance/wasm-micro-runtime/pull/3389#discussion_r1600872451 If we want to free the wasm binary buffer early, we need to clone the data segments into the module. That's because, in case of...

While working on the disassembly view for the VS Code extension (#1801 #1818), I faced some issues when disassembling. This is how to reproduce using a simple c program: ```c...

source debugger