* 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:
nickysn 2020-08-05 16:31:44 +00:00
parent fe01706f1f
commit fa9eef27ef
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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];