feat: wasm zero

This commit is contained in:
2025-10-29 18:51:03 +01:00
parent 45682f0d1a
commit 1de52f7f81
14 changed files with 353 additions and 107 deletions

View File

@@ -15,7 +15,7 @@ export interface CCOSKeyReleaseEvent {
export interface CCOSSerialEvent {
type: "serial";
data: number;
data: Uint8Array;
}
export type CCOSInEvent =