diff --git a/compiler/llvm/llvmbase.pas b/compiler/llvm/llvmbase.pas index f9a805b033..f08c4e2135 100644 --- a/compiler/llvm/llvmbase.pas +++ b/compiler/llvm/llvmbase.pas @@ -128,7 +128,8 @@ implementation 'mipsel', 'unknown', 'unknown', - 'aarch64' + 'aarch64', + 'wasm32' ); function llvm_target_name: ansistring;