Modules§
Functions§
- translate_
module_ to_ file - Translates the specified WASM data to LLVM IR and writes the LLVN IR data by the specified output path
- translate_
module_ to_ file_ by_ path - Reads the WASM file and translates it to LLVM IR. LLVM IR will be written data by the specified output path
- translate_
module_ to_ membuf - Translates the specified WASM data to LLVM IR and returns
MemoryBuffer