mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-21 01:49:16 +02:00
* All outputs
This commit is contained in:
parent
62246e4ac6
commit
fc83fbdded
@ -10,10 +10,10 @@ interface
|
||||
|
||||
uses
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
JSApi.JS, System.Classes, System.SysUtils, System.WebThreads, Wasi.Env, Fcl.App.Wasi.Host, Rtl.WorkerCommands, Rtl.ThreadController
|
||||
System.SysUtils, System.WebThreads, Wasi.Env, Fcl.App.Wasi.Host, Rtl.WorkerCommands, Rtl.ThreadController
|
||||
BrowserApi.WebOrWorker;
|
||||
{$ELSE}
|
||||
JS, Classes, SysUtils, Rtl.WebThreads, wasienv, wasihostapp, Rtl.WorkerCommands, Rtl.ThreadController;
|
||||
SysUtils, Rtl.WebThreads, wasienv, wasihostapp, Rtl.WorkerCommands, Rtl.ThreadController;
|
||||
{$ENDIF}
|
||||
|
||||
Type
|
||||
|
Loading…
Reference in New Issue
Block a user