소스 검색

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