mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-04 00:19:24 +00:00
Use a bit of a hack to find the function, we ask LLVM to emit it to a non-standard section with a name of our choosing, and that entire section should have our function body and nothing else.
Wasmer Compiler - LLVM
This is the wasmer-compiler-llvm
crate, which contains a
compiler implementation based on LLVM.