mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 01:26:03 +02:00
* use upper case asm id strings, so assemblers can be selected via the -A option
git-svn-id: branches/wasm@46267 -
This commit is contained in:
parent
fe01706f1f
commit
fa9eef27ef
@ -587,7 +587,7 @@ implementation
|
||||
as_wasm_binaryen_info : tasminfo =
|
||||
(
|
||||
id : as_wasm32_binaryen;
|
||||
idtxt : 'Binaryen';
|
||||
idtxt : 'BINARYEN';
|
||||
asmbin : 'wasm-as';
|
||||
asmcmd : '$ASM $EXTRAOPT';
|
||||
supported_targets : [system_wasm32_wasm,system_wasm32_wasi];
|
||||
|
@ -1079,7 +1079,7 @@ implementation
|
||||
as_wasm_wabt_info : tasminfo =
|
||||
(
|
||||
id : as_wasm32_wabt;
|
||||
idtxt : 'Wabt';
|
||||
idtxt : 'WABT';
|
||||
asmbin : 'wasa';
|
||||
asmcmd : '-r --no-canonicalize-leb128s -o $OBJ $EXTRAOPT $ASM';
|
||||
supported_targets : [system_wasm32_wasm,system_wasm32_wasi];
|
||||
|
Loading…
Reference in New Issue
Block a user