Skip to content

Commit 160a99d

Browse files
authored
Create README.md with project details
Add initial README with project description and build instructions.
1 parent 65bb522 commit 160a99d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# webdyff
2+
3+
A thin wrapper for [dyff](https://github.com/homeport/dyff) that builds a WebAssembly binary and provides a static webpage to run the diff, available [here](https://c6-dev.github.io/webdyff/).
4+
5+
## Build
6+
7+
GOOS=js GOARCH=wasm go build -o web/app.wasm ./cmd/wasm
8+
cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" web/wasm_exec.js

0 commit comments

Comments
 (0)