瀏覽代碼

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

git-svn-id: branches/wasm@46261 -
nickysn 5 年之前
父節點
當前提交
bccbcc8594
共有 1 個文件被更改,包括 1 次插入1 次删除
  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];