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

https://github.com/chunkhang/wasm-json


https://github.com/chunkhang/wasm-json

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# wasm-json

A simple JSON formatter implemented with Go WebAssembly.

## Installing

```
make install
make
```

## Running

```
make serve
```

## Uninstalling

```
make clean
make uninstall
```