Web IDE for Nspire development

I'm starting a new project, porting the Ndless toolchain to webassembly, improving the firebird emscripten port, making a TI Lua API emulator and assembling all that into a web IDE that runs completely in the browser.
I started to port the toolchain, "arm-none-eabi-ld -v" works in webassembly, I don't know if the actual linking works yet. Also cross-compiling from x86_64 to webassembly with a target of arm-none-eabi is kind of complicated.
I'll also probably have to let GCC emit assembly files, since you can't fork and call binutils in webassembly....
Also on my list are improvements to Ndless, like dynamic linking, ELF and dlopen() support, but that is a topic for another day.
I'll post progress updates in this thread.
I started to port the toolchain, "arm-none-eabi-ld -v" works in webassembly, I don't know if the actual linking works yet. Also cross-compiling from x86_64 to webassembly with a target of arm-none-eabi is kind of complicated.
I'll also probably have to let GCC emit assembly files, since you can't fork and call binutils in webassembly....
Also on my list are improvements to Ndless, like dynamic linking, ELF and dlopen() support, but that is a topic for another day.
I'll post progress updates in this thread.