summaryrefslogtreecommitdiff
path: root/rtl/wasm32
Commit message (Expand)AuthorAgeFilesLines
* * fixed compilation of the embedded targetnickysn2021-01-311-0/+2
* + write a debug output message and trap in FPC_LONGJMP for WebAssemblynickysn2021-01-281-0/+2
* + added wasm32 inline procedure for generating the 'unreachable' instructionnickysn2021-01-282-0/+2
* + compile the strings unit for the wasi targetnickysn2021-01-252-0/+35
* * return nil in get_caller_addr, get_caller_frame an sptrnickysn2021-01-241-0/+3
* + implemented memory.grow and memory.size intrinsics and implemented SysOSAllocnickysn2021-01-212-1/+24
* * fixed compilation of the setjmp/longjmp dummy functions for WebAssemblynickysn2021-01-202-7/+6
* + added some WASM32 functionsnickysn2021-01-201-0/+90
* * fixed wasm32 compilation error in setjump.incnickysn2021-01-201-3/+3
* + dummy setjmp/longjmp implementation for WebAssemblynickysn2021-01-192-2/+28
* + added fpc_cpuinit for WebAssemblynickysn2021-01-191-0/+4
* + uncommented the setjump/longjump declarations, in order to get more of the ...nickysn2021-01-191-2/+2
* + added dummy int64p.inc file for WebAssemblynickysn2021-01-181-0/+14
* + added math.inc and set.incnickysn2021-01-042-0/+31
* + added makefile.cpu for wasm32nickysn2021-01-021-0/+6
* * more updates to attempt to get a larger part of the full RTL to compile for...nickysn2021-01-021-0/+16
* + added rtl directory and some rtl include files for wasm32nickysn2021-01-022-0/+38