From f67080127bd0151db0edf35b5ba8f09947916e58 Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Tue, 23 Nov 2021 22:06:02 +0100 Subject: [PATCH] Update CID --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1ac59c..63539f4 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,24 @@ # wasm-palette-converter + Go+Wasm image palette converter Build with: + ```bash GOOS=js GOARCH=wasm go build -o dist/main.wasm . ``` Access with: + ``` cd dist npx http-server ``` A version is also available on IPFS: + ``` -/ipfs/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9 +/ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP ``` -You can access it directly [here](https://ipfs.io/ipfs/QmQ4ptP2z6SonqyZfF5AiqgPa8RzHpPVyZWvZ8aVNxcoC9/). + +You can access it directly [here](https://ipfs.io/ipfs/QmU6MmYFEvEYcNLdJZKJ7LfTuAPhPnpLwiUt4YcmANQESP/).