An open API service indexing awesome lists of open source software.

https://github.com/tsoding/wasm-gasm

This is the result of a simple exercise of trying to program in WebAssembly for fun.
https://github.com/tsoding/wasm-gasm

hacktoberfest hacktoberfest2020

Last synced: 5 months ago
JSON representation

This is the result of a simple exercise of trying to program in WebAssembly for fun.

Awesome Lists containing this project

README

          

# wasm gasm

This is the result of a simple exercise of trying to program in WebAssembly for fun.

## Dependencies

- [racket](https://racket-lang.org/)
- [wabt](https://github.com/WebAssembly/wabt)
- [python 2.7+](https://www.python.org/)

## Usage

```console
$ make
$ python -m SimpleHTTPServer 8080
$ http://localhost:8080/

```