You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
wasmtime-publish ddb35fd491
Bump Wasmtime to 21.0.0 (#8302)
7 months ago
..
examples Update some CI dependencies (#7983) 9 months ago
src Update some CI dependencies (#7983) 9 months ago
tests Fix UB in cranelift-jit when trying to define a zero sized data object (#7945) 9 months ago
Cargo.toml Bump Wasmtime to 21.0.0 (#8302) 7 months ago
LICENSE Rename SimpleJIT to JIT as it isn't simple anymore 4 years ago
README.md Rename SimpleJIT to JIT as it isn't simple anymore 4 years ago

README.md

This crate provides a JIT library that uses Cranelift.

This crate is extremely experimental.

See the example program for a brief overview of how to use this.