ACE_TAO icon indicating copy to clipboard operation
ACE_TAO copied to clipboard

Experimental WebAssembly Port Using emscripten

Open iguessthislldo opened this issue 2 years ago • 0 comments

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.

iguessthislldo avatar Oct 13 '22 16:10 iguessthislldo