Why Nostr? What is Njump? Join Nostr
2025-01-03 04:50:32 GMT

fiatjaf on Nostr: reis I've implemented the missing RWMutex methods on TinyGo and now when I try to ...

I've implemented the missing RWMutex methods on TinyGo and now when I try to compile a program with go-nostr I get these errors:

wasm-ld: error: /tmp/tinygo391911041/main.o: undefined symbol: reflect.unsafe_New
wasm-ld: error: /tmp/tinygo391911041/main.o: undefined symbol: reflect.typedmemmove
wasm-ld: error: /tmp/tinygo391911041/main.o: undefined symbol: reflect.mapassign
wasm-ld: error: /tmp/tinygo391911041/main.o: undefined symbol: reflect.typedslicecopy
wasm-ld: error: /tmp/tinygo391911041/main.o: undefined symbol: reflect.unsafe_NewArray
wasm-ld: error: /tmp/tinygo391911041/main.o: undefined symbol: reflect.makemap

Does this mean we can't do JSON on TinyGo?