1
0
mirror of https://github.com/fluencelabs/marine.git synced 2025-04-26 00:42:14 +00:00

11 lines
248 B
JavaScript
Raw Normal View History

export function call_export(module_name, export_name) {
window.MARINE_WASM_MODULES[module_name].exports[export_name]()
}
export function write_memory(module_name, offset, bytes) {
}
export function read_memory(module_name, offset, size) {
}