nickysn
|
2a64e8c07e
- removed OS 'wasm' and added wasm32-embedded
|
4 년 전 |
nickysn
|
9c118502ff
* cpu 'wasm' renamed 'wasm32' in fpcmkunit
|
4 년 전 |
nickysn
|
1d9d1ab859
* regenerated makefiles
|
4 년 전 |
nickysn
|
eb6a7a82d5
- removed the 'wasm' OS from fpcmake ('embedded' should be used instead)
|
4 년 전 |
nickysn
|
811b27ade5
* fixed compilation of ppudump
|
4 년 전 |
nickysn
|
5b2b1beec3
* use ld_embedded instead of ld_wasm for the linker id for the wasm32 embedded target
|
4 년 전 |
nickysn
|
f77ae51751
* the wasm target (now 'embedded') moved to the i_embed/t_embed units
|
4 년 전 |
nickysn
|
986ee16d3d
* changed the name of the 'wasm' system to 'embedded'
|
4 년 전 |
nickysn
|
732db97f7c
* system_wasm_info renamed system_wasm32_embedded_info
|
4 년 전 |
nickysn
|
807c743e35
* system identifier system_wasm32_wasm renamed system_wasm32_embedded
|
4 년 전 |
nickysn
|
b865995339
* system_wasi_info renamed system_wasm32_wasi_info
|
4 년 전 |
nickysn
|
888368bb5e
+ added ifdefs to set the source info for WASI
|
4 년 전 |
nickysn
|
dccd4d5b37
* synchronized with trunk
|
4 년 전 |
michael
|
25e2f29e01
* Add Port to SQLConnector
|
4 년 전 |
florian
|
9803318fef
* give a proper error if macros are too deeply nested
|
4 년 전 |
nickysn
|
e7a1ef962e
+ partially implemented the initial enumeration of preopened dirs
|
4 년 전 |
nickysn
|
7799cd0f80
+ implemented ParamStr and ParamCount for WASI
|
4 년 전 |
nickysn
|
cf71bf40dd
+ added all the WASI API procs
|
4 년 전 |
nickysn
|
0f50c85b44
* prefixed all wasi api functions with __wasi_, similar to the C header
|
4 년 전 |
nickysn
|
d5b8f6ac7a
+ added all the WASI API types and constants
|
4 년 전 |
nickysn
|
04828b22f6
* WASI API consts, types and procs moved to separate include files
|
4 년 전 |
nickysn
|
5dd7e116ce
+ added header comment with copyright and license info to the WASI system unit
|
4 년 전 |
michael
|
e3481eecfb
* Patch from Andrey Sobol to improve display of specialized types
|
4 년 전 |
michael
|
b51fd7079a
* Allow single page mode for multi-page writers
|
4 년 전 |
nickysn
|
6f20e32ddd
+ added argc and argv (not yet initialized), so that unit objpas compiles
|
4 년 전 |
nickysn
|
a277228b57
+ also attempt to compile objpas in the WASI makefiles
|
4 년 전 |
nickysn
|
6350401d4c
+ debug output in the WASM directory functions
|
4 년 전 |
nickysn
|
a28eb39f4b
+ implemented WASI file close
|
4 년 전 |
nickysn
|
8e2e31f95c
* memory.grow returns the previous memory size in pages, so we don't need to ask for the size first in SysOSAlloc
|
4 년 전 |
nickysn
|
a6d332d092
- removed the heap alloc/free function debug output
|
4 년 전 |