Fix: missing imports in wasmio.pas

This commit is contained in:
2026-03-07 21:26:26 +00:00
parent 2bfbb44cfb
commit 40a1c05728
+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);