dispatchrun / wasi-go

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

add generic test suite for wasi providers #13

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

This PR adds the infrastructure for testing WASI programs. I have only added a simple "hello world" written in C as an example.

This should be useful to test the socket API end-to-end since wasi-testsuite does not yet have such tests.