Jonas Maebe
|
0758aa1143
FPU exception mask: generlised system unit interface
|
2 years ago |
Nikolay Nikolov
|
e3139fea21
+ setup a thread manager (functions are still not yet implemented), when the WASI RTL is compiled with multithreading support
|
3 years ago |
Nikolay Nikolov
|
47c271dcd0
+ implemented InterlockedIncrement, InterlockedDecrement, InterlockedExchange,
|
3 years ago |
Nikolay Nikolov
|
d9eb8d75b9
+ return a small, fake backtrace for WebAssembly, so that in case of a runtime
|
3 years ago |
Nikolay Nikolov
|
3258937d97
+ implemented move() for WebAssembly via the memory.copy instruction
|
3 years ago |
Nikolay Nikolov
|
2e3e3edb5f
+ implemented FillChar for WebAssembly via the memory.fill instruction
|
3 years ago |
Nikolay Nikolov
|
91f0f1a86c
* don't include except.inc if wasm32 native exception is turned on, instead
|
3 years ago |
Nikolay Nikolov
|
33e25a3dfe
+ added except_native.inc include file (empty for now, but will provide RTL
|
3 years ago |
nickysn
|
8c33dc4692
* return nil in get_caller_addr, get_caller_frame an sptr
|
4 years ago |
nickysn
|
de15809f62
+ added some WASM32 functions
|
4 years ago |
nickysn
|
b8367e3152
+ added fpc_cpuinit for WebAssembly
|
4 years ago |
nickysn
|
a5fafea8d1
* more updates to attempt to get a larger part of the full RTL to compile for WASM32
|
4 years ago |