update CHIM to js-dos v8, update maze to latest

This commit is contained in:
2025-07-06 12:24:01 -04:00
parent 440cd959fa
commit efc6bca786
102 changed files with 68554 additions and 534 deletions

View File

@@ -0,0 +1,3 @@
import { WasmModule } from "../../../impl/modules";
import { TransportLayer } from "../../../protocol/protocol";
export declare function dosDirect(wasmModule: WasmModule, sessionId: string, canvas?: OffscreenCanvas): Promise<TransportLayer>;

View File

@@ -0,0 +1,3 @@
import { WasmModule } from "../../../impl/modules";
import { TransportLayer } from "../../../protocol/protocol";
export declare function dosWorker(workerUrl: string, wasmModule: WasmModule, sessionId: string, canvas?: OffscreenCanvas): Promise<TransportLayer>;