Browse Source

* WASI Service app

Michaël Van Canneyt 3 years ago
parent
commit
46358eb3be
1 changed files with 0 additions and 6 deletions
  1. 0 6
      packages/wasi/wasihostapp.pas

+ 0 - 6
packages/wasi/wasihostapp.pas

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