fpc/rtl/wasm32
2022-07-14 04:15:47 +03:00
..
cpuh.inc + added WebAssembly intrinsics for reading __tls_size, __tls_align and __tls_base 2022-07-14 04:15:47 +03:00
cpuinnr.inc + added WebAssembly intrinsics for reading __tls_size, __tls_align and __tls_base 2022-07-14 04:15:47 +03:00
except_branchful.inc * WebAssembly exceptions fix: fixed raise without parameters in except..end 2022-06-21 05:43:35 +03:00
except_native.inc * WebAssembly exceptions fix: fixed raise without parameters in except..end 2022-06-21 05:43:35 +03:00
int64p.inc
makefile.cpu + added except_branchful.inc as a system unit dependency include file to wasm32/makefile.cpu 2022-05-24 14:10:04 +03:00
math.inc
mathu.inc + enabled compilation of unit math for the WASI target 2021-06-01 16:56:55 +00:00
set.inc
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 + implemented InterlockedIncrement, InterlockedDecrement, InterlockedExchange, 2022-05-22 06:34:10 +03:00
webassembly.pp * added non-atomic implementations of the atomic operations in the WebAssembly unit, used when the RTL is compiled without -CTwasmthreads 2022-05-28 02:17:20 +03:00