-
Notifications
You must be signed in to change notification settings - Fork 54
Add emscripten support #19
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
Conversation
Tests fails using node, it seems that libc is broken for emscripten, but I'm working in improving the emscripen support in the rust ecosystem, could you please release a new dot release? |
PR to enable and fixes tests for libc on emscripten. |
I'm not quite following, is this ready to merge? |
I though before that this was ready to merge, but now I think we should wait until we can test this. After libc PR got merged, I will send a PR to update libc on rust, then we can run the tests and make sure it works. |
SGTM, thanks. |
The new libc is getting merged upstream: rust-lang/rust#44116 |
Is there any way to add emscripten coverage to travis? |
@danburkert |
Yah I agree, it would be nice to have emscripten coverage in CI if feasible. However, If it would require jumping through a bunch of hoops, I could be convinced to go ahead since this is such a minimal change. |
Is this still a concern with all of the recent WASM stuff landing in Rust? I admit I haven't been following that as closely as I might, since I don't target browsers. |
Well, packages that depend on |
@lilianmoraru has anything changed WRT feasibility of testing with travis? |
OK sounds good, let's leave this open then. I'm not personally going to have time to drive it forward, but I welcome others to. Thanks @lilianmoraru ! |
All the blockers have been closed(maybe a |
Yeah I'm fine with that. The libc version is floating ( |
No description provided.