Searched refs:addImportWithModule (Results 1 – 3 of 3) sorted by relevance
48 builder.addImportWithModule(imported_module_name, imported_function_name,
149 addImportWithModule(module, name, type) { method in WasmModuleBuilder156 return this.addImportWithModule(name, undefined, type);
144 var index = module.addImportWithModule("mod", "print", makeSig_v_x(kAstI32));