fpc/rtl/wasm32
Nikolay Nikolov a62c7555d7 - removed the DebugWriteXXX functions from the WASI system unit, since console
output is now quite stable and can be used for debugging
2021-10-10 20:25:29 +03:00
..
cpuh.inc + implemented move() for WebAssembly via the memory.copy instruction 2021-10-02 21:33:28 +03:00
cpuinnr.inc + added inline numbers for a memory.copy and a memory.fill intrinsic 2021-10-02 19:40:36 +03:00
except_branchful.inc + added unhandled exception handling code for the branchful exceptions mode 2021-10-05 04:06:56 +03:00
except_native.inc + default exception handling in WebAssembly native exceptions mode 2021-10-05 08:02:39 +03:00
int64p.inc + added dummy int64p.inc file for WebAssembly 2021-01-18 22:50:22 +00:00
makefile.cpu + added except_native.inc include file (empty for now, but will provide RTL 2021-09-18 03:08:48 +03:00
math.inc + added math.inc and set.inc 2021-01-04 15:37:16 +00:00
mathu.inc + enabled compilation of unit math for the WASI target 2021-06-01 16:56:55 +00:00
set.inc + added math.inc and set.inc 2021-01-04 15:37:16 +00:00
setjump.inc - removed the DebugWriteXXX functions from the WASI system unit, since console 2021-10-10 20:25:29 +03:00
setjumph.inc * fixed compilation of the setjmp/longjmp dummy functions for WebAssembly 2021-01-20 21:54:24 +00:00
strings.inc + compile the strings unit for the wasi target 2021-01-25 21:17:28 +00:00
stringss.inc + compile the strings unit for the wasi target 2021-01-25 21:17:28 +00:00
wasm32.inc + return a small, fake backtrace for WebAssembly, so that in case of a runtime 2021-10-05 04:44:52 +03:00