mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 22:10:42 +02:00
* set exe ext of the WASI target to .wasm
git-svn-id: branches/wasm@46289 -
This commit is contained in:
parent
6a1688d45c
commit
896efa4d77
@ -199,7 +199,7 @@ interface
|
|||||||
smartext,
|
smartext,
|
||||||
unitext,
|
unitext,
|
||||||
unitlibext,
|
unitlibext,
|
||||||
asmext : string[4];
|
asmext : string[5];
|
||||||
objext : string[6];
|
objext : string[6];
|
||||||
resext : string[4];
|
resext : string[4];
|
||||||
resobjext : string[7];
|
resobjext : string[7];
|
||||||
|
@ -51,7 +51,7 @@ unit i_wasm;
|
|||||||
cpu : cpu_wasm32;
|
cpu : cpu_wasm32;
|
||||||
unit_env : '';
|
unit_env : '';
|
||||||
extradefines : '';
|
extradefines : '';
|
||||||
exeext : '';
|
exeext : '.wasm';
|
||||||
defext : '.def';
|
defext : '.def';
|
||||||
scriptext : '.sh';
|
scriptext : '.sh';
|
||||||
smartext : '.sl';
|
smartext : '.sl';
|
||||||
|
Loading…
Reference in New Issue
Block a user