wasmerio / wasmer

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

chore(wasix): Reduce syscall instrumentation levels #5102

Closed theduke closed 1 month ago

theduke commented 1 month ago

Improve tracing performance by reducing the syscall instrumentation levels to "trace".

This allows compiling out all the instrumentation with a tracing feature flag in release builds.

Closes #5101 Closes RUN-439