hello_crystal_wasm
Checking out wasm in Crystal!!!
Installation
$ git clone [email protected]:kwalter94/hello_crystal_wasm.git
$ sudo zypper install lld15 # Installs wasm-ld on Suse Tumbleweed
$ shards install
$ make
Usage
$ ./server # Go to http://localhost:3000 in your browser!!!
Contributing
- Fork it (https://github.com/kwalter94hello_crystal_wasm/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- [Walter Kaunda](https://github.com/kwalter94 - creator and maintainer