Explorar o código

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

git-svn-id: branches/wasm@46261 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
bccbcc8594
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             name         : 'WebAssembly';
-            shortname    : 'Wasm';
+            shortname    : 'Wasi';
             flags        : [tf_files_case_sensitive,tf_no_generic_stackcheck,
                             { avoid the creation of threadvar tables }
                             tf_section_threadvars];