mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 22:07:56 +02:00
* short name of the WASI target changed to 'Wasi'
git-svn-id: branches/wasm@46261 -
This commit is contained in:
parent
16aa4f0dfd
commit
bccbcc8594
@ -44,7 +44,7 @@ unit i_wasi;
|
||||
(
|
||||
system : system_wasm32_wasi;
|
||||
name : 'WebAssembly';
|
||||
shortname : 'Wasm';
|
||||
shortname : 'Wasi';
|
||||
flags : [tf_files_case_sensitive,tf_no_generic_stackcheck,
|
||||
{ avoid the creation of threadvar tables }
|
||||
tf_section_threadvars];
|
||||
|
Loading…
Reference in New Issue
Block a user