termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
12.97k stars 2.98k forks source link

[Package]: wapm (at least wasm runtime) #7516

Closed rambip closed 2 years ago

rambip commented 3 years ago

Package description

This should enable anyone to downlad easily a web-assembly binary and run it. Idealy, the wapm packet manager is able to install a package from an official package list. But any webassembly runtime would already be really cool.

Home page URL

https://github.com/wasmerio/wasmer

Source code URL

https://github.com/wasmerio/wasmer

Packaging policy acknowledgement

Additional information

No response

truboxl commented 2 years ago

I have made some progress... Although wapm unlikely to happen anytime soon... https://github.com/wasmerio/wapm-cli/issues/214

leap0x7b commented 2 years ago

I've successfully compiled wasmer on Termux, might add it to termux-packages

rambip commented 2 years ago

I also have Nix-on-droid installed on my device. They have a huge quantity of precompiled software on their repository.

And someone compiled wasmer for this architecture recently: https://search.nixos.org/packages?channel=21.05&show=wasmer&from=0&size=50&sort=relevance&type=packages&query=Wasmer (Look at what architectures are supported)

The killer feature would really be wapm (it isn't available on nix). With it you could install any webassembly app someone created, and webassembly is fast + lightweight (and it's really taking off).

I think I will create a nix expression for it on nix, I think people could really be interested in this wapm package.