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

https://github.com/swz-git/yareio-wasm-gluer

Adds the glue between wasm and yare.io
https://github.com/swz-git/yareio-wasm-gluer

Last synced: 10 months ago
JSON representation

Adds the glue between wasm and yare.io

Awesome Lists containing this project

README

          

# yareio-wasm-gluer

This is a faster version of [L0laapk3's yare.io-wasm](https://github.com/L0laapk3/yare.io-wasm)

## Installation

### npm way (recommended)

- Make sure node and npm is installed
- Run `npm i -g yareio-wasm-gluer`

### Go way (not recommended)

- Make sure you have go installed
- Run `go install github.com/swz-gh/yareio-wasm-gluer@latest`
- Make sure `~/go/bin` (`%USERPROFILE%/go/bin` on windows) is in your PATH

## Usage

`yareio-wasm-gluer [FILE]` and it will output the result to stdout.

To write to a file do `yareio-wasm-gluer [FILE] > [OUTPUTFILE]`

## Building

- Clone this repo
- Make sure you have go installed
- Run `go build` in this folder and you should have a yareio-wasm-gluer binary