git-svn-id: branches/wasm@46289 -
@@ -199,7 +199,7 @@ interface
smartext,
unitext,
unitlibext,
- asmext : string[4];
+ asmext : string[5];
objext : string[6];
resext : string[4];
resobjext : string[7];
@@ -51,7 +51,7 @@ unit i_wasm;
cpu : cpu_wasm32;
unit_env : '';
extradefines : '';
- exeext : '';
+ exeext : '.wasm';
defext : '.def';
scriptext : '.sh';
smartext : '.sl';