WASM Execution Pipeline, File Dispatch & Supporting Infrastructure #52

Merged
admin merged 6 commits from feature/wasm into develop 2026-03-07 22:29:31 +00:00
Showing only changes of commit 40a1c05728 - Show all commits
+2 -1
View File
@@ -17,7 +17,8 @@ interface
uses
wasmshim,
wasm.types.builtin,
wasm.types.context;
wasm.types.context,
wasm.types.values;
{ Set/clear the active shim — call before/after each tick batch }
procedure setActiveShim(shim : PProcessWASMShim);