+ added WASI as the list of supported systems for the WASM asm writers

git-svn-id: branches/wasm@46265 -
This commit is contained in:
nickysn 2020-08-05 16:15:57 +00:00
parent 914ee08cd9
commit fe01706f1f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;