buttplugio / buttplug-rs-ffi

FFI from buttplug-rs to Java and other languages
Other
89 stars 22 forks source link

Implement error types in WASM #34

Closed qdot closed 3 years ago

qdot commented 3 years ago

Feature Description

Returning errors from WASM at the moment just turns them into untyped strings. It'd be nice if they at least turned into their error class types.