Explorar o código

* WebAssembly wabt assembler id as_wasm32_wabt renamed as_wasm32_wasa

Nikolay Nikolov hai 11 meses
pai
achega
d786b639c0
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      compiler/systems.inc
  2. 1 1
      compiler/wasm32/agwat.pas

+ 1 - 0
compiler/systems.inc

@@ -276,6 +276,7 @@
              ,as_z80_vasm
              ,as_z80_rel
              ,as_wasm32_wabt
+             ,as_wasm32_wasa
              ,as_wasm32_llvm_mc_v10    { WebAssembly code assembled by llvm-mc (llvm machine code playground) from LLVM 10 }
              ,as_wasm32_llvm_mc_v11    { WebAssembly code assembled by llvm-mc (llvm machine code playground) from LLVM 11 }
              ,as_wasm32_llvm_mc_v12    { WebAssembly code assembled by llvm-mc (llvm machine code playground) from LLVM 12 }

+ 1 - 1
compiler/wasm32/agwat.pas

@@ -1092,7 +1092,7 @@ implementation
   const
     as_wasm_wabt_info : tasminfo =
        (
-         id     : as_wasm32_wabt;
+         id     : as_wasm32_wasa;
          idtxt  : 'WABT';
          asmbin : 'wasa';
          asmcmd : '-r --no-canonicalize-leb128s -o $OBJ $EXTRAOPT $ASM';