.. |
wasiinc
|
cf71bf40dd
+ added all the WASI API procs
|
4 anni fa |
Makefile
|
2f28c5596f
Regenerate all Makefile's to fix problem on x86_64 linux
|
3 anni fa |
Makefile.fpc
|
590c878690
+ added separate startup code for libraries, that declares _initialize, instead of _start
|
3 anni fa |
classes.pp
|
84b3036574
+ added classes unit for the WASI target (not yet enabled in the makefiles)
|
4 anni fa |
dos.pp
|
03513720a3
* fixed range check error in the DOS unit
|
4 anni fa |
rtldefs.inc
|
9bd8b66e86
+ first attempts to compile a full WASI rtl
|
4 anni fa |
si_dll.pp
|
590c878690
+ added separate startup code for libraries, that declares _initialize, instead of _start
|
3 anni fa |
si_prc.pp
|
387c80cc57
+ default exception handling in WebAssembly native exceptions mode
|
4 anni fa |
sysdir.inc
|
21d843128d
+ added a wrapper function around __wasi_path_readlink that calls it iteratively
|
4 anni fa |
sysfile.inc
|
aafb471bc8
* don't set InOutRes in ConvertToFdRelativePath, but return it instead. This
|
4 anni fa |
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 anni fa |
sysos.inc
|
720068360e
+ workaround for newer wasmtime versions that don't report the fd type of
|
4 anni fa |
sysosh.inc
|
a329325217
* THandle is a longint on the WASI target
|
4 anni fa |
system.pp
|
68cd1c3973
+ define USE_NOTHREADMANAGER in the WASI system unit
|
3 anni fa |
sysutils.pp
|
8e730d20db
+ implemented FindFirst, FindNext and FindClose in SysUtils for the WASI platform
|
4 anni fa |
tthread.inc
|
c69649782a
+ added tthread.inc rtl include file for WASI
|
4 anni fa |
wasiapi.pp
|
45b67bf8c8
+ added unit wasiapi
|
4 anni fa |
wasiutil.pp
|
6921b968f1
- removed TWasiSearchRec.Mode, because it was unused
|
4 anni fa |