Crate l1x_wasm_llvmir

Crate l1x_wasm_llvmir 

Source

Modules§

environment_impl

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