mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 17:49:27 +02:00
+ added ifdefs to set the source info for WASI
git-svn-id: branches/wasm@48360 -
This commit is contained in:
parent
dccd4d5b37
commit
888368bb5e
@ -114,4 +114,10 @@ unit i_wasi;
|
||||
|
||||
implementation
|
||||
|
||||
initialization
|
||||
{$ifdef CPUWASM32}
|
||||
{$ifdef wasi}
|
||||
set_source_info(system_wasi_info);
|
||||
{$endif wasi}
|
||||
{$endif CPUWASM32}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user