Milky2018/wasmoon/wasm_frontend/ir does not have a README file
type TranslationContextfn TranslationContext::from_module(mod_ : Module, embedding_env : EmbeddingEnvironment, memory_max_override? : Int?, func_base? : Int, import_remap? : Array[Int]) -> TranslationContextfn translate_function(mod_ : Module, func_local_idx : Int, embedding_env : EmbeddingEnvironment, name? : String, memory_max_override? : Int?) -> Functionfn translate_function_body(ctx : TranslationContext, name : String, func_type : FuncType, locals : Array[ValueType], body : Array[Instruction]) -> FunctionA slow and insecure runtime for WebAssembly
Dependencies