mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 12:29:46 +02:00
* use as_wasm32_wabt as external assembler, since that's what's more stable. The
binaryen assembler can always be selected by compiling with -Abinaryen git-svn-id: branches/wasm@46270 -
This commit is contained in:
parent
fa9eef27ef
commit
a2a4d5473a
@ -76,7 +76,7 @@ unit i_wasi;
|
|||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
assem : as_wasm32_wabt;
|
assem : as_wasm32_wabt;
|
||||||
assemextern : as_wasm32_binaryen;
|
assemextern : as_wasm32_wabt;
|
||||||
link : ld_wasi;
|
link : ld_wasi;
|
||||||
linkextern : ld_wasi; // there's no linker, only object files for WASM
|
linkextern : ld_wasi; // there's no linker, only object files for WASM
|
||||||
ar : ar_none;
|
ar : ar_none;
|
||||||
|
@ -76,7 +76,7 @@ unit i_wasm;
|
|||||||
newline : #10;
|
newline : #10;
|
||||||
dirsep : '/';
|
dirsep : '/';
|
||||||
assem : as_wasm32_wabt;
|
assem : as_wasm32_wabt;
|
||||||
assemextern : as_wasm32_binaryen;
|
assemextern : as_wasm32_wabt;
|
||||||
link : ld_wasm;
|
link : ld_wasm;
|
||||||
linkextern : ld_wasm; // there's no linker, only object files for WASM
|
linkextern : ld_wasm; // there's no linker, only object files for WASM
|
||||||
ar : ar_none;
|
ar : ar_none;
|
||||||
|
Loading…
Reference in New Issue
Block a user