Skip to content

Commit

Permalink
WASM no longer supported by the go-ipfs stack (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan authored Feb 26, 2023
1 parent 29cbb3c commit 7d4cf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Build
run: go build -v ./...

- name: Build WASM
run: GOOS=js GOARCH=wasm go build -v ./...
# - name: Build WASM
# run: GOOS=js GOARCH=wasm go build -v ./...

- name: Test
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
IPFS-Lite is an embeddable, lightweight IPFS peer which runs the minimal setup
to provide an `ipld.DAGService` and UnixFS-files addition and retrieval.

IPFS-Lite can be compiled to WASM and run in the browser.

It can:

* Add, Get, Remove IPLD Nodes to/from the IPFS Network (remove is a local blockstore operation).
Expand Down

0 comments on commit 7d4cf59

Please sign in to comment.