go-multiaddr icon indicating copy to clipboard operation
go-multiaddr copied to clipboard

feat: add tinygo support

Open paralin opened this issue 1 year ago • 2 comments

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 ./

paralin avatar Apr 07 '24 07:04 paralin

It looks like the upstream commit is merged. Is this still needed?

Stebalien avatar Apr 15 '24 14:04 Stebalien

I will check, thanks

paralin avatar Apr 15 '24 16:04 paralin