#run-time #lucet #memory #wasm-module #sandbox #lucet-runtime

lucet-runtime-internals

Pure Rust runtime for Lucet WebAssembly toolchain (internals)

4 releases (2 breaking)

0.6.1 Feb 18, 2020
0.6.0 Feb 5, 2020
0.5.1 Jan 24, 2020
0.4.3 Jan 24, 2020
0.1.1 Jun 28, 2019

#10 in #lucet

Download history 3/week @ 2024-02-18 59/week @ 2024-02-25 48/week @ 2024-03-03 10/week @ 2024-03-10 4/week @ 2024-03-17

121 downloads per month
Used in 5 crates

Apache-2.0 WITH LLVM-exception

375KB
7.5K SLoC

Lucet has reached End-of-life

Lucet has reached end-of-life, and maintence has ceased. All Lucet users should transition to Wasmtime.

In mid-2020, the Lucet team switched focus to working on the Wasmtime engine. We have added all of the features to Wasmtime which previously only Lucet had, such as ahead-of-time (AOT) compilation and a pooling userfaultfd-based memory allocator.

Lucet   Build Status

A Bytecode Alliance project

Lucet is a native WebAssembly compiler and runtime. It is designed to safely execute untrusted WebAssembly programs inside your application.

Check out our announcement post on the Fastly blog.

Lucet uses, and is developed in collaboration with, the Bytecode Alliance's Cranelift code generator. It powers Fastly's Compute@Edge platform.

asciicast

Lucet's documentation is available at https://bytecodealliance.github.io/lucet (sources).


lib.rs:

lucet-runtime is a library for loading, running, and monitoring ahead-of-time compiled WebAssembly modules in lightweight sandboxes. It is intended to work with modules compiled by lucetc.

Dependencies

~9.5MB
~191K SLoC