Commit Graph

6 Commits

Author SHA1 Message Date
Michalis Kamburelis
61d004122d Fix WasiFetch1.lpr to compile
1. adjust to new dotted unit names (Job.Shared, Job.JS)

2. and do not export JOBCallback (not necessary anymore, see analogous commit to other examples in 80f9f00aa3 and talk in https://gitlab.com/freepascal.org/fpc/pas2js/-/issues/39288 )
2024-12-03 13:08:22 +01:00
Michalis Kamburelis
635d2f57a0 Fix wasienv examples to use InstanceExports, not WasiExports
As indicated by @mvancanneyt in https://gitlab.com/freepascal.org/fpc/pas2js/-/issues/39289#note_2237702957 , the InstanceExports is correct.
2024-12-03 13:05:50 +01:00
mattias
a32b3a38aa wasmjob: fetch example: statustext 2022-08-26 16:41:31 +02:00
mattias
3a0b23a893 wasmjob: added fetch helper 2022-08-26 16:35:15 +02:00
mattias
80a4c037a0 wasmjob: switched job_js using variants, added fetch 2022-08-26 16:00:15 +02:00
mattias
c5aab46aa4 wasmjob: started fetch demo 2022-08-01 14:04:41 +02:00