Skip to content

Golang wasm clone of the defunct QuickDiff.com tool

License

Notifications You must be signed in to change notification settings

dknieriem/diff_live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diff_live

Golang wasm clone of the defunct QuickDiff.com tool

License

See LICENSE file

diff module translated from diff-match-patch by NeilFraser

Build

go build github.com/dknieriem/diff_live/cmd/wasm/diff && GOOS=js GOARCH=wasm go build -o docroot/diff.wasm ./cmd/wasm

Test

go build github.com/dknieriem/diff_live/cmd/wasm/diff && GOOS=js GOARCH=wasm go build -o docroot/diff.wasm ./cmd/wasm && go run ./cmd/server

About

Golang wasm clone of the defunct QuickDiff.com tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published