瀏覽代碼

* changed the long name of the WASI target

git-svn-id: branches/wasm@46262 -
nickysn 5 年之前
父節點
當前提交
9a0a7b42cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -43,7 +43,7 @@ unit i_wasi;
         system_wasi_info : tsysteminfo =
           (
             system       : system_wasm32_wasi;
-            name         : 'WebAssembly';
+            name         : 'The WebAssembly System Interface (WASI)';
             shortname    : 'Wasi';
             flags        : [tf_files_case_sensitive,tf_no_generic_stackcheck,
                             { avoid the creation of threadvar tables }