27 releases (13 breaking)
new 0.21.0 | Mar 26, 2023 |
---|---|
0.19.0 | Feb 19, 2023 |
0.12.0 | Dec 19, 2022 |
0.9.0 | Feb 10, 2021 |
0.8.0-alpha.5 | Mar 24, 2020 |
#202 in Magic Beans
2,907 downloads per month
Used in 53 crates
(via sc-executor)
390KB
6K
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
~37MB
~813K SLoC