substrate-wasmtime-jit

JIT-style execution for WebAsssembly code in Cranelift

5 releases

0.16.0-threadsafe.4 May 19, 2020
0.16.0-threadsafe.3 May 16, 2020
0.16.0-threadsafe.2 May 7, 2020
0.16.0-threadsafe.1 May 4, 2020
0.13.0-threadsafe.1 Mar 12, 2020
Download history 52/week @ 2024-07-22 48/week @ 2024-07-29 40/week @ 2024-08-05 52/week @ 2024-08-12 29/week @ 2024-08-19 43/week @ 2024-08-26 23/week @ 2024-09-02 24/week @ 2024-09-09 16/week @ 2024-09-16 38/week @ 2024-09-23 49/week @ 2024-09-30 9/week @ 2024-10-14 13/week @ 2024-10-21 23/week @ 2024-10-28 14/week @ 2024-11-04

59 downloads per month

Apache-2.0 WITH LLVM-exception

6MB
135K SLoC

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.


lib.rs:

JIT-style runtime for WebAssembly using Cranelift.

Dependencies

~16–29MB
~531K SLoC