-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add prelimenary wasm32 support #381
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Add prelimenary wasm32 support For the moment there's nothing different about the emscripten libc implementations for asmjs and wasm32.
💔 Test failed - travis |
@bors: retry On Tue, Sep 6, 2016 at 3:54 PM, bors notifications@github.com wrote:
|
Add prelimenary wasm32 support For the moment there's nothing different about the emscripten libc implementations for asmjs and wasm32.
☀️ Test successful - status-appveyor, travis |
musl target needs std::mem now Closes nix-rust/nix#325.
For the moment there's nothing different about the emscripten libc implementations for asmjs and wasm32.