Skip to content
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

eventloop-2.0 branch breaks compiling for emscripten target #874

Closed
iceiix opened this issue May 19, 2019 · 3 comments
Closed

eventloop-2.0 branch breaks compiling for emscripten target #874

iceiix opened this issue May 19, 2019 · 3 comments
Labels
S - platform parity Unintended platform differences

Comments

@iceiix
Copy link

iceiix commented May 19, 2019

cargo build --target wasm32-unknown-emscripten works on the master branch (compiles, although it fails at runtime for other reasons: #760 #767) but fails on the eventloop-2.0 branch:

snip

Would ultimately like to use the wasm32-unknown-unknown backend once/if it is supported by #395 #845, I had a temporary workaround in iceiix#2 to compile (but not run) for wasm32-unknown-unknown by reusing the emscripten backend, attempted to port to eventloop-2.0 in iceiix#3 but found it was failing to build even without my changes.

@goddessfreya
Copy link
Contributor

If your going to post a error log that long, paste bin it please. I've snipped it out.

The emscripten backend has yet to be ported to evlpv2.

@goddessfreya goddessfreya added platform: Emscripten S - platform parity Unintended platform differences labels May 19, 2019
@iceiix
Copy link
Author

iceiix commented May 19, 2019

@ryanisaacg
Copy link
Contributor

Emscripten support has been dropped in favor of wasm, which is now out on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S - platform parity Unintended platform differences
Development

No branches or pull requests

3 participants