diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -569,6 +569,8 @@ WasmFuncPtr wasm_get_func_by_var(WasmModule* module, WasmVar* var); WasmFuncTypePtr wasm_get_func_type_by_var(WasmModule* module, WasmVar* var); WasmImportPtr wasm_get_import_by_var(WasmModule* module, WasmVar* var); +void wasm_extend_type_bindings(WasmTypeBindings* dst, WasmTypeBindings* src); + int wasm_func_is_exported(WasmModule* module, WasmFunc* func); #endif /* WASM_H_ */ |