+ enable the WASI internal linker

This commit is contained in:
Nikolay Nikolov 2024-01-07 03:17:07 +02:00
parent 93365f7e38
commit 9681378d37

View File

@ -79,11 +79,7 @@ unit i_wasi;
dirsep : '/';
assem : as_wasm32_wasm;
assemextern : as_wasm32_llvm_mc;
{$ifdef ENABLE_WASM_INTERNAL_LINKER}
link : ld_int_wasi;
{$else ENABLE_WASM_INTERNAL_LINKER}
link : ld_none;
{$endif ENABLE_WASM_INTERNAL_LINKER}
linkextern : ld_wasi;
ar : ar_none;
res : res_none;