* set exe ext of the WASI target to .wasm

git-svn-id: branches/wasm@46289 -
This commit is contained in:
nickysn 2020-08-06 14:33:11 +00:00
parent 6a1688d45c
commit 896efa4d77
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ interface
smartext,
unitext,
unitlibext,
asmext : string[4];
asmext : string[5];
objext : string[6];
resext : string[4];
resobjext : string[7];

View File

@ -51,7 +51,7 @@ unit i_wasm;
cpu : cpu_wasm32;
unit_env : '';
extradefines : '';
exeext : '';
exeext : '.wasm';
defext : '.def';
scriptext : '.sh';
smartext : '.sl';