wargo
wargo copied to clipboard
target is not added for the rustc command
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