-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I was attempting to use this library in a Go project that is targeting WASI preview 2 and using Tinygo to compile to that target. Due to some unimplemented portions of reflect and httputil packages in Tinygo (AssignableTo, ConvertibleTo, SliceOf, DumpRequestOut, DumpResponse), I'm unable to compile code that depends on this library.
I believe the httputil usage could be fixed with a build tag to omit the functionality. However, the reflect dependencies are in the encoder / decoder and would likely take more significant changes.
Is there a desire to be able to use this library from a Go application targeting WASI + Wasm?
davidmdm
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request