wasi: fixed job examples using nothreads

This commit is contained in:
mattias 2024-05-20 14:54:02 +02:00
parent b030773e41
commit b4266408bc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);