-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Compatibility #6
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
Comments
Thank you for this issue report. Right, It doesn't work for every target, but only for
Related: koute/stdweb#36 |
Go for it.
…On Mon, Dec 25, 2017, 2:42 AM Denis Kolodin ***@***.***> wrote:
Thank you for this issue report. Right, It doesn't work for every target,
but only for asmjs debug. While there are cases when even asmjs fails,
like this one: rust-lang/rust#46730
<rust-lang/rust#46730>
I'm going to do it compatible with all targets. With your permission I
will use this issue for tracking support of:
- asmjs-unkown-emscripten - debug
- asmjs-unkown-emscripten - release
- wasm32-unknown-emscripten - debug
- wasm32-unknown-emscripten - release
- wasm32-unknown-unknown - debug
- wasm32-unknown-unknown - release
- add checks to TravisCI
Related: koute/stdweb#36 <koute/stdweb#36>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFwTPseqmyEQli7Jvbkm291WYFt6cI0Iks5tD1HOgaJpZM4RMBZn>
.
|
The You need to change this:
into this:
in html.rs#48 |
Closing since |
It seems that this only builds on asmjs-unkown-emscripten in debug mode
The text was updated successfully, but these errors were encountered: