dicej / wasi-sockets-tests

Test harness for prototyping support for wasi-sockets in the Rust std library and wasi-libc
4 stars 2 forks source link

Add a Spin test #1

Open rylev opened 8 months ago

rylev commented 8 months ago

I previously forgot to send a PR for this - this adds a Spin based application that runs with wasi networking. Since this really only used for ad-hoc testing and never integrated into the server test suite, I'll mark this as a WIP. Feel free to close the PR if you'd like as my main goal is just getting this off my machine and having a reference to it on GitHub.