Browse Source

* the name string of the WASI target changed from 'The WebAssembly System Interface (WASI)' to 'The WebAssembly System Interface Preview 1 (WASI 0.1)'

Nikolay Nikolov 5 months ago
parent
commit
2bc965ee28
2 changed files with 2 additions and 2 deletions
  1. 1 1
      compiler/systems.pas
  2. 1 1
      compiler/systems/i_wasi.pas

+ 1 - 1
compiler/systems.pas

@@ -188,7 +188,7 @@ interface
        { using packed causes bus errors on processors which require alignment }
        tsysteminfo = record
           system       : tsystem;
-          name         : string[39];
+          name         : string[53];
           shortname    : string[12];
           flags        : set of tsystemflags;
           cpu          : tsystemcpu;

+ 1 - 1
compiler/systems/i_wasi.pas

@@ -32,7 +32,7 @@ unit i_wasi;
         system_wasm32_wasi_info : tsysteminfo =
           (
             system       : system_wasm32_wasip1;
-            name         : 'The WebAssembly System Interface (WASI)';
+            name         : 'The WebAssembly System Interface Preview 1 (WASI 0.1)';
             shortname    : 'Wasi';
             flags        : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
                             tf_files_case_sensitive,