bytecodealliance / wasmtime-go

Go WebAssembly runtime powered by Wasmtime
https://pkg.go.dev/github.com/bytecodealliance/wasmtime-go
Apache License 2.0
790 stars 79 forks source link

new: Add WasiCtx #190

Closed gaukas closed 1 year ago

gaukas commented 1 year ago

Reflecting C-API changes made in https://github.com/bytecodealliance/wasmtime/pull/7001 by adding incomplete implementation for WasiCtx:

*: Credit goes to @jmwample.


This pull request depends on the pull request editing the C-API, and has been discussed here: #187