a-Shell-commands
a-Shell-commands copied to clipboard
shell commands, pre-compiled to webAssembly, ready to use in a-Shell
Hi, There's already a sqlite [compiled to wasm](https://wapm.io/_/sqlite), though it's a bit outdated by there years. Is it possible to bring in a latest version, be in wasm or in...
I would love to see a headless version of OpenSCAD, and there is already a WASM build: https://github.com/DSchroer/openscad-wasm However, it doesn’t seem to be built the right way, so it...
Any update on the libmp3lame encoder for FFmpeg? ``` So, ffmpeg is now native in a-Shell, which makes porting LAME simpler. I've added it to the TODO list. ``` _Originally...
I have some trouble installing zip and unzip wasm commands: ```bash [~/Documents/bin]$ ls -alh total 0 drwxr-xr-x 4 mobile mobile 128B Jun 21 22:19 . drwxr-xr-x 20 mobile mobile 640B...
Add git
This is a very good app. I just hope it has the git command.
Thanks for the great project.
Just wanted to mention that for some missing tools like `col` or `which`, `uuencode` etc. one can use the "PerlPowerTools" tools from their `bin` folder - didn't manage to install...
Not sure how to get it to wasm and used by c, c++ and pythons.
Hi, I've noticed when I was encoding a video and audio file together in a-Shell, it takes a bit of patience for it to finish and heats the device up...
After importing the click library, I found that I can not use the following click command. click.getchar() This is the trace error that is generated. Traceback (most recent call last):...