From 2bc965ee280146dd77ef7a968776c8759a0f7bc3 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Thu, 27 Feb 2025 12:31:48 +0200 Subject: [PATCH] * the name string of the WASI target changed from 'The WebAssembly System Interface (WASI)' to 'The WebAssembly System Interface Preview 1 (WASI 0.1)' --- compiler/systems.pas | 2 +- compiler/systems/i_wasi.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/systems.pas b/compiler/systems.pas index a1d0009d60..0e6d8f88d3 100644 --- a/compiler/systems.pas +++ b/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; diff --git a/compiler/systems/i_wasi.pas b/compiler/systems/i_wasi.pas index fb17840202..9337787451 100644 --- a/compiler/systems/i_wasi.pas +++ b/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,