bytecodealliance / preview2-prototyping

Polyfill adapter for preview1-using wasm modules to call preview2 functions.
Other
77 stars 20 forks source link

use a trappable error for sockets #163

Closed pchickey closed 1 year ago

pchickey commented 1 year ago

this is broken right now because of what appears to be a wasmtime component bindgen bug

pchickey commented 1 year ago

https://github.com/bytecodealliance/wasmtime/tree/pch/error_fixes fixes the detection of whether a type needs to impl Error, but it doesn't make the trappable return type show up in interfaces outside of where the type was defined...