* WASI Service app

This commit is contained in:
Michaël Van Canneyt 2022-05-19 08:41:50 +02:00
parent 6159ff9293
commit 46358eb3be

View File

@ -8,12 +8,6 @@ uses
Classes, SysUtils, browserapp, webassembly, wasienv;
Type
TStartDescriptor = record
Memory : TJSWebAssemblyMemory;
Table : TJSWebAssemblyTable;
Exported : TWASIExports;
Instance : TJSWebAssemblyInstance;
end;
{ TWASIHostApplication }