Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/billiegoose/try-wasm

Compile raw WebAssembly s-expressions in the browser! [WORK IN PROGRESS]
https://github.com/billiegoose/try-wasm

Last synced: about 1 month ago
JSON representation

Compile raw WebAssembly s-expressions in the browser! [WORK IN PROGRESS]

Awesome Lists containing this project

README

        

try-wasm

Compile raw WebAssembly s-expressions in the browser!

## Installation

Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.

Then in the terminal, run:

```sh
npm install try-wasm --save
```

## Tests

First clone this repository to get the source code. Then in the topmost repo
directory run:

```sh
npm install
npm test
```

License

Unless stated otherwise all works are:

  • Copyright © William Hilton

and licensed under:

_Parts of this file are based on [package-json-to-readme](https://github.com/zeke/package-json-to-readme)_

_README.md (and other files) are maintained using [mos](https://github.com/mosjs/mos) and [projectz](https://github.com/bevry/projectz)_