Nikolay Nikolov
|
263e7e1de1
|
* removed tf_under_development from the wasip1 and wasip1threads targets, since they're now relatively stable (unlike wasip2)
|
2025-03-10 21:54:37 +02:00 |
|
Nikolay Nikolov
|
c515d45026
|
+ added new target to the compiler: wasm32-wasip2. Not working, yet.
|
2025-03-10 21:53:40 +02:00 |
|
Nikolay Nikolov
|
4ac20ba523
|
+ added tf_no_pic_supported to the WASI platforms
|
2025-02-28 15:12:21 +02:00 |
|
Nikolay Nikolov
|
4340d03ba9
|
+ compiler support for a new target: wasip1threads
|
2025-02-28 15:12:19 +02:00 |
|
Nikolay Nikolov
|
251ca6b658
|
* ifdef on wasip1 when setting the source OS info to wasip1
|
2025-02-28 15:12:19 +02:00 |
|
Nikolay Nikolov
|
59ab80bbb0
|
+ add WASI as extra define for the wasip1 target
|
2025-02-28 15:12:19 +02:00 |
|
Nikolay Nikolov
|
5a32b7159e
|
* system_wasm32_wasi_info renamed system_wasm32_wasip1_info
|
2025-02-28 15:12:19 +02:00 |
|
Nikolay Nikolov
|
2bc965ee28
|
* the name string of the WASI target changed from 'The WebAssembly System Interface (WASI)' to 'The WebAssembly System Interface Preview 1 (WASI 0.1)'
|
2025-02-28 15:12:19 +02:00 |
|
Nikolay Nikolov
|
e20466ffd1
|
* system_wasm32_wasi renamed system_wasm32_wasip1
|
2025-02-28 15:12:19 +02:00 |
|
Nikolay Nikolov
|
23debb77b3
|
* set procalign and loopalign to 0 for WebAssembly - code alignment is unnecessary, as this is a VM.
|
2024-09-11 04:12:00 +03:00 |
|
Nikolay Nikolov
|
8bbb28ace8
|
+ WASI: enable the generic stack checking
|
2024-08-06 05:00:14 +03:00 |
|
Nikolay Nikolov
|
3c027b0ba0
|
* WebAssembly threads: use the stack size, specified for the main thread (via
the $M directive, or the '-Cs' compiler option) as the default stack size for
other spawned threads
|
2024-08-05 01:59:13 +03:00 |
|
Nikolay Nikolov
|
c491856533
|
* changed the resource object extension for the WASI platform to .or (similar to Linux)
|
2024-06-27 04:15:44 +03:00 |
|
Nikolay Nikolov
|
440a635bce
|
+ initial compiler support for WebAssembly resources. Requires WebAssembly
support in the fpcres utility, which is not implemented, yet.
|
2024-06-25 03:07:55 +03:00 |
|
Nikolay Nikolov
|
9681378d37
|
+ enable the WASI internal linker
|
2024-01-07 03:17:07 +02:00 |
|
Nikolay Nikolov
|
3c08ad4af5
|
+ increased the default stack size of the WASI platform from 64 KB to 8 MB (like in i386-linux)
|
2024-01-02 18:38:22 +02:00 |
|
Nikolay Nikolov
|
7879387861
|
* enable the WASM internal linker, in case the compiler is compiled with the ENABLE_WASM_INTERNAL_LINKER define
|
2023-12-24 12:22:59 +02:00 |
|
Nikolay Nikolov
|
7cef39657f
|
* stack alignment on the WASI platform is 16 bytes
|
2022-07-15 10:52:50 +03:00 |
|
Nikolay Nikolov
|
c910ec814c
|
* set the default stack size for the WASI platform to 65536 bytes (this is the
default, used by the linker)
|
2022-07-14 20:56:11 +03:00 |
|
Nikolay Nikolov
|
ef4255c65b
|
- removed spurious comment
|
2022-02-16 02:25:32 +02:00 |
|
Nikolay Nikolov
|
c450b63f1c
|
+ enabled compilation of the fpintres unit for the WASI target and enabled tf_has_winlike_resources for the target
|
2021-10-02 22:43:05 +03:00 |
|
Nikolay Nikolov
|
bc76487b87
|
+ enable the WebAssembly internal assembler and object writer
|
2021-09-26 20:46:47 +03:00 |
|
Nikolay Nikolov
|
cc314e61a2
|
+ started working on the WebAssembly internal assembler
|
2021-09-19 16:17:09 +03:00 |
|
nickysn
|
c7f3469a3f
|
* use up to 16 bytes alignment for the WASI target
git-svn-id: trunk@49178 -
|
2021-04-11 13:38:05 +00:00 |
|
nickysn
|
c5cac5f554
|
* set the default debug info type to dbg_dwarf2 for the WebAssembly targets
git-svn-id: branches/wasm@48444 -
|
2021-01-28 15:55:31 +00:00 |
|
nickysn
|
b865995339
|
* system_wasi_info renamed system_wasm32_wasi_info
git-svn-id: branches/wasm@48361 -
|
2021-01-24 00:58:37 +00:00 |
|
nickysn
|
888368bb5e
|
+ added ifdefs to set the source info for WASI
git-svn-id: branches/wasm@48360 -
|
2021-01-24 00:56:58 +00:00 |
|
nickysn
|
66c1a57ab4
|
* use the LLVM-MC assembler by default for the WebAssembly targets
git-svn-id: branches/wasm@47172 -
|
2020-10-24 15:33:35 +00:00 |
|
nickysn
|
35a4e705db
|
+ define tf_smartlink_sections for the WASM targets
git-svn-id: branches/wasm@46703 -
|
2020-08-26 20:26:36 +00:00 |
|
nickysn
|
8b3dd67869
|
+ enabled tf_needs_symbol_type for the wasm targets
git-svn-id: branches/wasm@46702 -
|
2020-08-26 17:26:45 +00:00 |
|
nickysn
|
438908d86a
|
+ added tf_under_development for the wasm32 targets
git-svn-id: branches/wasm@46673 -
|
2020-08-23 19:20:30 +00:00 |
|
nickysn
|
6759ef3a6c
|
+ added tf_needs_symbol_size for the wasm32 targets
git-svn-id: branches/wasm@46670 -
|
2020-08-23 17:06:18 +00:00 |
|
nickysn
|
5e4ddd6969
|
* synchronized with trunk
git-svn-id: branches/wasm@46305 -
|
2020-08-06 22:41:56 +00:00 |
|
nickysn
|
6a1688d45c
|
* use ld_none for the internal linker for the WASM32 targets, because that's the
convention used by FPC for targets, that don't have an internal linker
implemented yet
git-svn-id: branches/wasm@46271 -
|
2020-08-05 19:30:57 +00:00 |
|
nickysn
|
a2a4d5473a
|
* use as_wasm32_wabt as external assembler, since that's what's more stable. The
binaryen assembler can always be selected by compiling with -Abinaryen
git-svn-id: branches/wasm@46270 -
|
2020-08-05 19:29:05 +00:00 |
|
nickysn
|
914ee08cd9
|
* renamed as_wasm_binaryen -> as_wasm32_binaryen and as_wasm_wabt -> as_wasm32_wabt
git-svn-id: branches/wasm@46264 -
|
2020-08-05 16:13:56 +00:00 |
|
nickysn
|
9a0a7b42cb
|
* changed the long name of the WASI target
git-svn-id: branches/wasm@46262 -
|
2020-08-05 16:09:46 +00:00 |
|
nickysn
|
bccbcc8594
|
* short name of the WASI target changed to 'Wasi'
git-svn-id: branches/wasm@46261 -
|
2020-08-05 16:07:52 +00:00 |
|
nickysn
|
080aa1ca74
|
+ added target WASI, clone of the 'WASM' target
git-svn-id: branches/wasm@46259 -
|
2020-08-05 15:36:08 +00:00 |
|