lord / wargo

Easy Rust to WebAssembly
MIT License
261 stars 9 forks source link

Check for wasm32-unknown-emscripten rust target #5

Closed killercup closed 7 years ago

killercup commented 7 years ago

Wow, thanks so much for this! Wargo worked perfectly on my Mac after I ran rustup target add wasm32-unknown-emscripten. I think you're already checking for rustup, maybe you can have the setup add the target as well?

lord commented 7 years ago

Whoops, looks like we're auto-adding it on Linux but not macOS. Just fixed this in master, and I'll cut a new release soon. Thanks for the catch!