refraction-networking / water

WebAssembly Transport Executables Runtime
Apache License 2.0
22 stars 1 forks source link

💥 update: use syscall.Errno-based error code #32

Closed gaukas closed 7 months ago

gaukas commented 7 months ago

In this PR we propose using internal/wasip1 instead of internal/wasm and re-implement the error code used for water in communication with WATMs.

A water-rs pull request demonstrating the same change will be raised separately and is now covered by @erikziyunchi.