mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:11:35 +02:00
* 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:
parent
e20466ffd1
commit
2bc965ee28
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user