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

Experimental WebAssembly Port Using emscripten #1966

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iguessthislldo
Copy link
Member

@iguessthislldo iguessthislldo commented Oct 13, 2022

Emscripten is a LLVM toolchain that allows compiling C++ to WebAssembly that can be ran on a web browser or NodeJS.

Current status is that ACE can be built, OS_Test can run and pass on Node, but most other tests fail pretty spectacularly. Current goal is to be able to build ACE and TAO with as many ACE tests passing as possible. TAO is not a priority beyond building.

Almost all other ACE tests are failing pretty spectacularly though.

Also fixed some build warnings and added instructions to ACE-INSTALL.
@iguessthislldo iguessthislldo changed the title Experimental WebAssembly Support Using emscripten Experimental WebAssembly Port Using emscripten Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant