From fa9eef27efc21f89ca58f73fc51ce3e89498450f Mon Sep 17 00:00:00 2001 From: nickysn Date: Wed, 5 Aug 2020 16:31:44 +0000 Subject: [PATCH] * use upper case asm id strings, so assemblers can be selected via the -A option git-svn-id: branches/wasm@46267 - --- compiler/wasm32/agbinaryen.pas | 2 +- compiler/wasm32/agwat.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/wasm32/agbinaryen.pas b/compiler/wasm32/agbinaryen.pas index c312ec0298..8177b57a21 100644 --- a/compiler/wasm32/agbinaryen.pas +++ b/compiler/wasm32/agbinaryen.pas @@ -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]; diff --git a/compiler/wasm32/agwat.pas b/compiler/wasm32/agwat.pas index a86832a000..6ff098ce3b 100644 --- a/compiler/wasm32/agwat.pas +++ b/compiler/wasm32/agwat.pas @@ -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];