* short name of the WASI target changed to 'Wasi'

git-svn-id: branches/wasm@46261 -
This commit is contained in:
nickysn 2020-08-05 16:07:52 +00:00
parent 16aa4f0dfd
commit bccbcc8594

View File

@ -44,7 +44,7 @@ unit i_wasi;
( (
system : system_wasm32_wasi; system : system_wasm32_wasi;
name : 'WebAssembly'; name : 'WebAssembly';
shortname : 'Wasm'; shortname : 'Wasi';
flags : [tf_files_case_sensitive,tf_no_generic_stackcheck, flags : [tf_files_case_sensitive,tf_no_generic_stackcheck,
{ avoid the creation of threadvar tables } { avoid the creation of threadvar tables }
tf_section_threadvars]; tf_section_threadvars];