diff --git a/compiler/wasm32/tripletcpu.pas b/compiler/wasm32/tripletcpu.pas index a8d181d9a0..95be44f5c9 100644 --- a/compiler/wasm32/tripletcpu.pas +++ b/compiler/wasm32/tripletcpu.pas @@ -37,7 +37,7 @@ uses function tripletcpustr(tripletstyle: ttripletstyle): ansistring; begin - result:='wasm'; + result:='wasm32'; end;