nickysn
|
899d718895
+ more WASI rtl functions (dummy, not yet implemented)
|
4 年之前 |
nickysn
|
9f69800394
+ added some more WASI RTL constants
|
4 年之前 |
nickysn
|
a5fafea8d1
* more updates to attempt to get a larger part of the full RTL to compile for WASM32
|
4 年之前 |
nickysn
|
bb42589829
+ added DebugWriteLn
|
4 年之前 |
nickysn
|
1911fcd8ce
* fixed StrLen double definition when compiling WASI with -dFULL_RTL
|
4 年之前 |
nickysn
|
9bd8b66e86
+ first attempts to compile a full WASI rtl
|
4 年之前 |
nickysn
|
76a3014e3a
+ added DebugWriteHexByte
|
4 年之前 |
nickysn
|
7221e9fe7f
+ added DebugWriteHexDigit
|
4 年之前 |
nickysn
|
b80a650c7d
+ added DebugWriteChar
|
4 年之前 |
nickysn
|
065d2c718d
* no need to copy the local var paramater in StrLen()
|
4 年之前 |
nickysn
|
4b9397fce4
* our_iov converted to a local var
|
4 年之前 |
nickysn
|
82e9cb0189
* our_nwritten converted to a local var
|
4 年之前 |
nickysn
|
08ae48aebf
* i in strlen converted to a local variable, because that now works
|
4 年之前 |
nickysn
|
0858579b50
* the gp: pchar global variable converted to local, because the code generator can now cope with this
|
4 年之前 |
nickysn
|
76c48eb705
+ added DebugWrite to the WASI system unit
|
4 年之前 |
nickysn
|
96052c8d92
* synchronized with trunk
|
5 年之前 |
nickysn
|
893e08489d
+ added a dummy test rtl function that takes parameters and returns a result
|
5 年之前 |
nickysn
|
16aa4f0dfd
+ added the minimal system unit from the wasm demo
|
5 年之前 |