49 releases (28 breaking)
0.36.0 | Jan 7, 2025 |
---|---|
0.35.0 | Jun 21, 2024 |
0.34.0 | May 23, 2024 |
0.32.0 | Mar 18, 2024 |
0.8.0-alpha.5 | Mar 24, 2020 |
#36 in #defines
178,953 downloads per month
Used in 167 crates
(4 directly)
390KB
5.5K
SLoC
License: GPL-3.0-or-later WITH Classpath-exception-2.0
Release
Polkadot SDK Stable 2412
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
~57MB
~1M SLoC