Skip to content

windows partial support#25

Open
krzysztof-grzybek wants to merge 1 commit intoshamadee:masterfrom
krzysztof-grzybek:windows-partial-support
Open

windows partial support#25
krzysztof-grzybek wants to merge 1 commit intoshamadee:masterfrom
krzysztof-grzybek:windows-partial-support

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