add a --target option to wasm2obj

This commit is contained in:
Nathan Froyd
2018-10-09 14:36:53 -04:00
committed by Dan Gohman
parent 1f8b7c31a9
commit 5f11f44482
2 changed files with 36 additions and 8 deletions

View File

@@ -28,5 +28,6 @@ serde = "1.0.75"
serde_derive = "1.0.75"
tempdir = "*"
faerie = "0.5.0"
target-lexicon = { version = "0.0.3", default-features = false }
[workspace]