mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 21:20:25 +02:00
+ added WASI as the list of supported systems for the WASM asm writers
git-svn-id: branches/wasm@46265 -
This commit is contained in:
parent
914ee08cd9
commit
fe01706f1f
@ -590,7 +590,7 @@ implementation
|
||||
idtxt : 'Binaryen';
|
||||
asmbin : 'wasm-as';
|
||||
asmcmd : '$ASM $EXTRAOPT';
|
||||
supported_targets : [system_wasm32_wasm];
|
||||
supported_targets : [system_wasm32_wasm,system_wasm32_wasi];
|
||||
flags : [];
|
||||
labelprefix : 'L';
|
||||
labelmaxlen : -1;
|
||||
|
@ -1082,7 +1082,7 @@ implementation
|
||||
idtxt : 'Wabt';
|
||||
asmbin : 'wasa';
|
||||
asmcmd : '-r --no-canonicalize-leb128s -o $OBJ $EXTRAOPT $ASM';
|
||||
supported_targets : [system_wasm32_wasm];
|
||||
supported_targets : [system_wasm32_wasm,system_wasm32_wasi];
|
||||
flags : [];
|
||||
labelprefix : 'L';
|
||||
labelmaxlen : -1;
|
||||
|
Loading…
Reference in New Issue
Block a user