transcript browser wasm working

This commit is contained in:
Krzosa Karol
2025-08-03 12:03:28 +02:00
parent ff17114860
commit bb3859b537
20 changed files with 817 additions and 547 deletions

View File

@@ -137,6 +137,9 @@ const wasm_app_imports = {
ctx2d.rect(x, y, w, h);
ctx2d.clip();
},
wasm_open_link: (str, len) => {
window.open(mem.read_cstr(str, len));
},
};
(async function main() {