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

https://github.com/jackdbd/wasm-checkers


https://github.com/jackdbd/wasm-checkers

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# wasm-checkers

[![Build Status](https://travis-ci.com/jackdbd/wasm-checkers.svg?branch=master)](https://travis-ci.com/jackdbd/wasm-checkers) [![codecov](https://codecov.io/gh/jackdbd/wasm-checkers/branch/master/graph/badge.svg)](https://codecov.io/gh/jackdbd/wasm-checkers) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/) [![Code style prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

TODO: add description

## Installation

```shell
yarn
```

The `.wasm` binary can be compiled from a `.wat` file with `wat2wasm`, from the [wabt](https://github.com/WebAssembly/wabt) toolchain. In order to install wat2wasm, refer to their documentation. You will likely need CMake, which is available as python wheel.