mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +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,
|
||||
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';
|
||||
|
Loading…
Reference in New Issue
Block a user