mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-16 06:49:22 +02:00
* WASI Service app
This commit is contained in:
parent
6159ff9293
commit
46358eb3be
@ -8,12 +8,6 @@ uses
|
||||
Classes, SysUtils, browserapp, webassembly, wasienv;
|
||||
|
||||
Type
|
||||
TStartDescriptor = record
|
||||
Memory : TJSWebAssemblyMemory;
|
||||
Table : TJSWebAssemblyTable;
|
||||
Exported : TWASIExports;
|
||||
Instance : TJSWebAssemblyInstance;
|
||||
end;
|
||||
|
||||
{ TWASIHostApplication }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user