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

windows partial support #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

krzysztof-grzybek
Copy link
Contributor

@krzysztof-grzybek krzysztof-grzybek commented May 10, 2017

In reference to this discussion
Sorry for waiting so long, it took me more time than I exptected.

You're right about PATH, unfortunately, I don't see any decent solution right now.
To add proper paths and environment variables for running emscripten, You need run emsdk_env.bat from emsdk directory.
However, this script sets path to nodejs directory inside emsdk directory. Because nodejs from esdk is in version 4.1.1, ES6 features from wasm-init package will not work..

Solution which I propose for now, is running emsdk activate command with --global flag, and then remove emsdk nodejs path from environment variables. It should work with this PR.

If I will have more time, I will try to automate those tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant