#lucet #run-time #compiler #macro #wasmtime

macro lucet-runtime-macros

Macros for the Lucet WebAssembly runtime

3 unstable releases

0.6.1 Feb 18, 2020
0.6.0 Feb 5, 2020
0.5.1 Jan 24, 2020
0.5.0 Jan 24, 2020

#13 in #lucet

Download history 5/week @ 2024-02-19 89/week @ 2024-02-26 20/week @ 2024-03-04 13/week @ 2024-03-11

127 downloads per month
Used in 5 crates (via lucet-runtime-internals)

Apache-2.0 WITH LLVM-exception

7KB
72 lines

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).

Dependencies

~1.5MB
~34K SLoC