wargo icon indicating copy to clipboard operation
wargo copied to clipboard

target is not added for the rustc command

Open kryptan opened this issue 8 years ago • 0 comments

When I execute

wargo rustc -- --emit=llvm-ir

wargo doesn't add --target, I have to add it manually:

wargo rustc --target=wasm32-unknown-emscripten -- --emit=llvm-ir

kryptan avatar Nov 02 '17 18:11 kryptan