mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-01 22:30:13 +02:00
wasi: fixed job examples using nothreads
This commit is contained in:
parent
b030773e41
commit
b4266408bc
@ -5,7 +5,7 @@ library WasiButton1;
|
||||
{$codepage UTF8}
|
||||
|
||||
uses
|
||||
SysUtils, JOB.Shared, JOB_Web, JOB.JS;
|
||||
NoThreads, SysUtils, JOB.Shared, JOB_Web, JOB.JS;
|
||||
|
||||
type
|
||||
|
||||
|
@ -11,7 +11,7 @@ uses
|
||||
{$IFDEF UseDucet}
|
||||
unicodeducet, unicodedata, fpwidestring,
|
||||
{$ENDIF}
|
||||
Math, SysUtils, Variants, JOB.Shared, JOB_Web, JOB.JS;
|
||||
NoThreads, Math, SysUtils, Variants, JOB.Shared, JOB_Web, JOB.JS;
|
||||
|
||||
type
|
||||
EWasiTest = class(Exception);
|
||||
|
Loading…
Reference in New Issue
Block a user