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

This commit is contained in:
Nikolay Nikolov 2025-02-27 12:31:48 +02:00
parent e20466ffd1
commit 2bc965ee28
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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,