56 releases (35 breaking)
| 0.43.0 | Dec 18, 2025 |
|---|---|
| 0.41.0 | Oct 2, 2025 |
| 0.39.0 | Jul 14, 2025 |
| 0.37.0-rc1 | Mar 6, 2025 |
| 0.8.0-alpha.5 | Mar 24, 2020 |
#22 in #strategy
30,385 downloads per month
Used in 214 crates
(4 directly)
390KB
5.5K
SLoC
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 |
"perfmap" |
perfmap profiling |
| other value | No profiling (warning) |
License: GPL-3.0-or-later WITH Classpath-exception-2.0
Dependencies
~49–68MB
~1M SLoC