This project aims to provide a lightweight WebAssembly runtime engine. It now fully supports WebAssembly specs with an simple interpreter, but we plan

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-09 00:00:07

This project aims to provide a lightweight WebAssembly runtime engine. It now fully supports WebAssembly specs with an simple interpreter, but we plan to optimize interpreting as well as adopting JIT compiler for better performance.

Set the path where temporary files are created with WALRUS_PERF_DIR environment variable. Run Walrus with: sudo perf record -k 1 walrus --jit --perf WALRUS_PARAMETERS The -k 1 option sets the monotonic clock, -k mono is also correct.

Leave a Comment