brson / miri

An experimental compiler from Rust to WebAssembly (inactive - do not use)
Apache License 2.0
209 stars 15 forks source link

Run tests in V8 on Mac #51

Closed eholk closed 7 years ago

eholk commented 7 years ago

http://wasm-stat.us is building the Wasm toolchain for Mac now, so this change enables testing on V8 for Mac.

I switched from running wget to download the archive to using libcurl, since this seems more robust across platforms.

The tests don't actually succeed yet, because we're a bit out of sync between Binaryen and V8, but I'm working on another PR to fix this.

eholk commented 7 years ago

This is included in #54.