Crate wasmer_compiler_llvm
source ยทModulesยง
- abi ๐
- compiler ๐
- config ๐
- error ๐
- object_file ๐
- trampoline ๐
- translator ๐
Structsยง
- A compiler that compiles a WebAssembly module with LLVM, translating the Wasm to LLVM IR, optimizing it and then translating to assembly.
Enumsยง
- The compiled function kind, used for debugging in the
LLVMCallbacks
. - Defines the optimization level used to compile a
Module
.
Traitsยง
- Callbacks to the different LLVM compilation phases.
Type Aliasesยง
- The InkWell MemoryBuffer type
- The InkWell ModuleInfo type