Crate wasmer_compiler_llvm

Source

Modulesยง

abi ๐Ÿ”’
compiler ๐Ÿ”’
config ๐Ÿ”’
error ๐Ÿ”’
object_file ๐Ÿ”’
trampoline ๐Ÿ”’
translator ๐Ÿ”’

Structsยง

LLVM
LLVMCallbacks
Callbacks to the different LLVM compilation phases.
LLVMCompiler
A compiler that compiles a WebAssembly module with LLVM, translating the Wasm to LLVM IR, optimizing it and then translating to assembly.

Enumsยง

LLVMOptLevel
Defines the optimization level used to compile a Module.

Type Aliasesยง

InkwellMemoryBuffer
The InkWell MemoryBuffer type
InkwellModule
The InkWell ModuleInfo type