Fix: missing imports in wasmio.pas
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user