6 releases

4.4.0-linera.6 Nov 1, 2024
4.4.0-linera.5 Oct 8, 2024
4.3.6-linera.4 Sep 24, 2024
4.3.6-linera.3 Aug 29, 2024
4.3.1-linera.2 Jun 7, 2024

#467 in WebAssembly

Download history 106/week @ 2024-07-29 99/week @ 2024-08-05 95/week @ 2024-08-12 92/week @ 2024-08-19 306/week @ 2024-08-26 133/week @ 2024-09-02 265/week @ 2024-09-09 305/week @ 2024-09-16 512/week @ 2024-09-23 142/week @ 2024-09-30 425/week @ 2024-10-07 218/week @ 2024-10-14 448/week @ 2024-10-21 723/week @ 2024-10-28 889/week @ 2024-11-04 709/week @ 2024-11-11

2,797 downloads per month
Used in 14 crates (2 directly)

MIT OR Apache-2.0 WITH LLVM-exception

520KB
11K SLoC

wasmer-vm Build Status Join Wasmer Slack MIT License

This crate contains the Wasmer VM runtime library, supporting the Wasm ABI used by wasmer.

The Wasmer runtime is modular by design, and provides several libraries where each of them provides a specific set of features. This wasmer-vm library contains the low-level foundation for the runtime itself.

It provides all the APIs wasmer needs to operate, from the instance, to memory, probestack, signature registry, trap, table, VMContext, libcalls etc.

It is very unlikely that a user will need to deal with wasmer-vm directly. The wasmer crate provides types that embed types from wasmer-vm with a higher-level API.

Acknowledgments

This project borrowed some of the code for the VM structure and trapping from the wasmtime-runtime.

Please check Wasmer ATTRIBUTIONS to further see licenses and other attributions of the project.

Dependencies

~8–18MB
~266K SLoC