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

Support emscripten #156

Open
7 tasks
abeimler opened this issue Dec 30, 2022 · 1 comment
Open
7 tasks

Support emscripten #156

abeimler opened this issue Dec 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@abeimler
Copy link
Contributor

abeimler commented Dec 30, 2022

Similar to llvm, install emscripten in ~/emscripten (?)

See docker in project_options ...

# Get the emsdk repo
git clone https://github.com/emscripten-core/emsdk.git /root/emsdk
# Download and install the latest SDK tools.
/root/emsdk/emsdk install latest
# Make the "latest" SDK "active" for the current user. (writes .emscripten file)
/root/emsdk/emsdk activate latest
# Get emscripten repo, for Emscripten.cmake
git clone https://github.com/emscripten-core/emscripten /root/emscripten

Example:

.\setup_cpp_windows --compiler emscripten --cmake true --ninja true --ccache true --vcpkg true

Upvote & Fund

  • I am using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.

  • Thank you in advance for helping prioritize & fund our backlog.

Fund with Polar
@aminya aminya added the enhancement New feature or request label Dec 31, 2022
@aminya
Copy link
Owner

aminya commented Dec 31, 2022

I think I can port the choco package of emscripten to TypeScript. The underlying logic is cross-platform
https://github.com/aminya/chocolatey-emscripten

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

No branches or pull requests

2 participants