dispatchrun / wasi-go

A Go implementation of the WebAssembly System Interface (WASI)
Apache License 2.0
124 stars 7 forks source link

Fix read/write for some bugs, add test coverage #86

Closed brendandburns closed 1 year ago

brendandburns commented 1 year ago

cc @achille-roussel

I found some bugs while integrating this into the Dapr project. Small fixes, plus improved tests which would have caught these bugs.

achille-roussel commented 1 year ago

Thanks for the fixes!

brendandburns commented 1 year ago

Addressed comment, switched to DeepEqual