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