+ added ifdefs to set the source info for WASI

git-svn-id: branches/wasm@48360 -
This commit is contained in:
nickysn 2021-01-24 00:56:58 +00:00
parent dccd4d5b37
commit 888368bb5e

View File

@ -114,4 +114,10 @@ unit i_wasi;
implementation
initialization
{$ifdef CPUWASM32}
{$ifdef wasi}
set_source_info(system_wasi_info);
{$endif wasi}
{$endif CPUWASM32}
end.