소스 검색

* 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 }