go-multiaddr
go-multiaddr copied to clipboard
feat: add tinygo support
Add a separate build-tagged file for tinygo and not-tinygo (other).
Stub functions not available in tinygo.
Fixes build with:
tinygo build -tags "tinygo purego" -target wasm -no-debug -opt=2 ./
It looks like the upstream commit is merged. Is this still needed?
I will check, thanks