dispatchrun / wasi-go

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

Pass context to fix calls to wasip1 #91

Closed brendandburns closed 1 year ago

brendandburns commented 1 year ago

This fixes a bug where calls to wasi functions (e.g. printf) would crash.