Damian Gryski

Results 286 comments of Damian Gryski

The `tinylib/msgp` messagepack code generation package works with tinygo. There's even a test in the msgp repo for it: https://github.com/tinylib/msgp/tree/master/tinygotest

It looks like `mailru/easyjson` works with tinygo if you remove the `var _ easyjson.Marshaler` line from the generate code that wants to bring in `net/http` and friends.

I agree it's probably related to the garbage collector. Do you have some sample code we could play with?

This seems to be working now ``` ~/go/src/github.com/google/btree $ git show |head -3 commit 8e29150ba321eef204059de2ab494f179b6cff2c Author: Graeme Connell Date: Wed Jun 15 16:06:10 2022 -0600 ~/go/src/github.com/google/btree $ tinygo version tinygo...

Can we re-export them with a compiler flag but turn them off by default or other code patch?I think most people shouldn't need them.

Do we want to add a file with those build tags in this PR or another one?

Oh, good point. Yeah, I'll do that.

This is https://github.com/tinygo-org/tinygo/pull/3191