holzschu / a-Shell-commands

shell commands, pre-compiled to webAssembly, ready to use in a-Shell
554 stars 21 forks source link

Is it possible to add ncurses? #16

Open kwccoin opened 2 years ago

kwccoin commented 2 years ago

Not sure how to get it to wasm and used by c, c++ and pythons.

normen commented 2 years ago

This guide pretty much works for compiling ncurses for wasm, didn't yet manage to compile a working ncurses a-shell app though (specifically vifm). The created wasm doesn't run. I guess thats down to including the compiler toolchain described here.

https://github.com/jamesbiv/ncurses-emscripten