Module wasmer_compiler_llvm::compiler

source ·

Structs§

  • A compiler that compiles a WebAssembly module with LLVM, translating the Wasm to LLVM IR, optimizing it and then translating to assembly.
  • ShortNames 🔒