holzschu / a-Shell-commands

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

Picolisp #40

Open rcarmo opened 9 months ago

rcarmo commented 9 months ago

This would be lovely to have: https://github.com/picolisp/pil21

MIT licensed, POSIX baseline, pretty nice feature set.

HeavySnowJakarta commented 8 months ago

To compile that project with a-Shell's own toolchain, we have to confirm that suits WebAssembly.

a-Shell seems to use clang to compile files but remember it outputs wasm files. llvm is not included in a-Shell and generating native codes to run with a-Shell is IMPOSSIBLE.