wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX and WASI
https://wasmer.io
MIT License
19.04k stars 814 forks source link

Improve compilation speed in LLVM #5197

Open xdoardo opened 3 weeks ago

xdoardo commented 3 weeks ago

Among others, the PHP WASM module takes a significant amount of time to compile when using the LLVM backend. We should investigate how to make this faster, especially the chance of compiling functions in parallel.