.. |
wasiinc
|
cf71bf40dd
+ added all the WASI API procs
|
4 years ago |
Makefile
|
433050a2c4
* set EXEEXT to .wasm for the WASI target in fpcmake
|
4 years ago |
Makefile.fpc
|
953893267b
+ initial WASI implementation of DOS.GetFTime. Not working yet, due to a
|
4 years ago |
classes.pp
|
84b3036574
+ added classes unit for the WASI target (not yet enabled in the makefiles)
|
4 years ago |
dos.pp
|
f0543ad8d5
* use -1 instead of 0 for indicating empty DirFD
|
4 years ago |
rtldefs.inc
|
9bd8b66e86
+ first attempts to compile a full WASI rtl
|
4 years ago |
si_prc.pp
|
a74024e7d5
* synchronized with trunk
|
4 years ago |
sysdir.inc
|
0af333bd0f
+ implemented RmDir for the WASI target
|
4 years ago |
sysfile.inc
|
4240279a84
+ always request pollfd_readwrite rights, when opening a file
|
4 years ago |
sysheap.inc
|
8e2e31f95c
* memory.grow returns the previous memory size in pages, so we don't need to ask for the size first in SysOSAlloc
|
4 years ago |
sysos.inc
|
720068360e
+ workaround for newer wasmtime versions that don't report the fd type of
|
4 years ago |
sysosh.inc
|
a329325217
* THandle is a longint on the WASI target
|
4 years ago |
system.pp
|
afb9c2ae94
+ implemented environment variables support in the DOS unit for the WASI target
|
4 years ago |
sysutils.pp
|
711efc3e3a
+ started working on the SysUtils unit for the WASI platform
|
4 years ago |
tthread.inc
|
c69649782a
+ added tthread.inc rtl include file for WASI
|
4 years ago |
wasiapi.pp
|
45b67bf8c8
+ added unit wasiapi
|
4 years ago |