mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Start filling in the code to generate trampolines. Move func_type_to_llvm and type_to_llvm from code.rs to intrinsics.rs so that trampoline code can reuse them.
Wasmer Compiler - LLVM
This is the wasmer-compiler-llvm crate, which contains a
compiler implementation based on LLVM.