Browse Source

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

git-svn-id: branches/wasm@46261 -
nickysn 5 years ago
parent
commit
bccbcc8594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -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];