Closed pvditto closed 1 year ago
Yeah, removing Error::new()
is ending up to be more disruptive than anticipated; if our code does not rely on the Status
in and of itself provided in the new()
constructor then we may just ignore it on wasm, and let the safer-ffi-generated code still provide a Status
to node.js code, I think
I ran into a wall when the removed
new
andfrom_status
methods brokederive_ReprC
. Can you give me a hint how to continue? @danielhenrymantilla