mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
This removes its last connection to the implementation details of having a wasm_module, which we don't want to have to rely on when building trampolines. There currently isn't a RelocationTarget for a trampoline function that refers to itself (none of been observed to done so yet), so we make the RelocationTarget optional.
Wasmer Compiler - LLVM
This is the wasmer-compiler-llvm crate, which contains a
compiler implementation based on LLVM.