#wasm #run-time #wasmtime #user #compiled #host #jit

substrate-wasmtime-runtime

Runtime library support for Wasmtime

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

#53 in #compiled

Download history 9/week @ 2024-11-15 25/week @ 2024-11-22 29/week @ 2024-11-29 82/week @ 2024-12-06 134/week @ 2024-12-13 28/week @ 2024-12-20 9/week @ 2024-12-27 55/week @ 2025-01-03 114/week @ 2025-01-10 94/week @ 2025-01-17 65/week @ 2025-01-24 59/week @ 2025-01-31 106/week @ 2025-02-07 130/week @ 2025-02-14 68/week @ 2025-02-21 81/week @ 2025-02-28

401 downloads per month
Used in 2 crates

Apache-2.0 WITH LLVM-exception

1MB
17K SLoC

This is the wasmtime-runtime crate, which contains wasm runtime library support, supporting the wasm ABI used by wasmtime-environ, wasmtime-jit, and wasmtime-obj.

This crate does not make a host vs. target distinction; it is meant to be compiled for the target.

Most users will want to use the main wasmtime crate instead of using this crate directly.


lib.rs:

Runtime library support for Wasmtime.

Dependencies

~19–28MB
~461K SLoC