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
- Host: GitHub
- URL: https://github.com/swz-git/yareio-wasm-gluer
- Owner: swz-git
- License: mit
- Created: 2021-09-19T00:15:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T13:06:47.000Z (over 4 years ago)
- Last Synced: 2025-07-29T10:25:00.003Z (11 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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