Crates.io | substrate-wasmtime-jit |
lib.rs | substrate-wasmtime-jit |
version | 0.16.0-threadsafe.4 |
source | src |
created_at | 2020-03-12 18:08:04.596962 |
updated_at | 2020-05-19 18:18:30.485017 |
description | JIT-style execution for WebAsssembly code in Cranelift |
homepage | |
repository | https://github.com/bytecodealliance/wasmtime |
max_upload_size | |
id | 217914 |
size | 78,677 |
This is the wasmtime-jit
crate, which contains JIT-based execution
for wasm, using the wasm ABI defined by wasmtime-environ
and the
runtime support provided by wasmtime-runtime
.
Most users will want to use the main wasmtime
crate instead of using this
crate directly.