48 releases (27 breaking)
0.35.0 | Jun 21, 2024 |
---|---|
0.33.1 | Jun 13, 2024 |
0.32.0 | Mar 18, 2024 |
0.28.0 | Dec 12, 2023 |
0.8.0-alpha.5 | Mar 24, 2020 |
#32 in #defines
134,326 downloads per month
Used in 149 crates
(4 directly)
390KB
5.5K
SLoC
License: GPL-3.0-or-later WITH Classpath-exception-2.0
lib.rs
:
Defines a WasmRuntime
that uses the Wasmtime JIT to execute.
You can choose a profiling strategy at runtime with
environment variable WASMTIME_PROFILING_STRATEGY
:
WASMTIME_PROFILING_STRATEGY |
Effect |
---|---|
undefined | No profiling |
"jitdump" |
jitdump profiling |
other value | No profiling (warning) |
Dependencies
~54MB
~1M SLoC