Enrico Loparco

Results 4 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...