Files
wasmtime/lib/simplejit
Daniel Keep 60c2cad06e Add SimpleJIT internal symbol table.
Allows for host programs to directly expose symbols to jitted code without
needing to deal with platform-specific linker arguments, or dynamic
dispatch.
2018-08-13 12:19:31 -07:00
..
2018-08-13 12:19:31 -07:00
2018-08-02 20:10:23 -07:00
2018-07-17 12:48:27 -07:00
2018-07-13 09:15:16 -07:00

This crate provides a simple JIT library that uses Cranelift.

This crate is extremely experimental.