ur0 / lolcat

lolcat, now with fearless concurrency.
MIT License
101 stars 15 forks source link

Publish lolcat to WAPM #6

Closed syrusakbary closed 3 years ago

syrusakbary commented 5 years ago

We just released WAPM: a Package Manager for WebAssembly (announcement here).

We adapted lolcat to emit .wasm files (using the WASI target) and then published to wapm so they can be installed very easily (just one install command) across any OS/platform.

You can try it with:

# First, let's install wapm
curl https://get.wasmer.io -sSfL | sh

# Then, install lolcat
wapm install lolcat

# And then, you can use wasm2wat, ...
echo "Hello" | wapm run lolcat

It would be awesome if it could be integrated in this project, so we remove the need of the external fork.

Let me know your thoughts!! :)


In order to be able to transfer you the ownership of the lolcat package on wapm, I would need an username. You can register here: https://wapm.io/signup

ur0 commented 3 years ago

I'd be interested in merging this, but only if the changes to the project's readme are removed -- this is a fun project, and I believe the readme portrays that. Please reopen this PR if it works for you.