|
@@ -77,11 +77,7 @@ unit i_wasi;
|
|
|
Cprefix : '';
|
|
|
newline : #10;
|
|
|
dirsep : '/';
|
|
|
-{$ifdef WASM32_INTERNALASM}
|
|
|
assem : as_wasm32_wasm;
|
|
|
-{$else WASM32_INTERNALASM}
|
|
|
- assem : as_wasm32_llvm_mc;
|
|
|
-{$endif WASM32_INTERNALASM}
|
|
|
assemextern : as_wasm32_llvm_mc;
|
|
|
link : ld_none;
|
|
|
linkextern : ld_wasi; // there's no linker, only object files for WASM
|