Merge remote-tracking branch 'origin/main' into feat/remove-wasm-bindgen

This commit is contained in:
2026-01-19 16:26:06 +01:00
10 changed files with 66 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ export class MemoryRuntimeExecutor implements RuntimeExecutor {
constructor(
private registry: NodeRegistry,
private cache?: SyncCache<Int32Array>,
public cache?: SyncCache<Int32Array>,
) {
this.cache = undefined;
}