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

  1. Fork it (https://github.com/kwalter94hello_crystal_wasm/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors