wasmCloud / wasmcloud-otp

wasmCloud host runtime that leverages Elixir/OTP and Rust to provide simple, secure, distributed application development using the actor model
Apache License 2.0
228 stars 48 forks source link

parse invocation errors as strings #607

Closed connorsmith256 closed 1 year ago

connorsmith256 commented 1 year ago

Feature or Problem

When detecting host call errors, the NIF is returning the raw bytes from the error. Now we parse as a string before returning

Related Issues

Fixes https://github.com/wasmCloud/wasmcloud-otp/issues/606

Release Information

Next

Consumer Impact

Much more clear error messages on host calls

Testing

Manual Verification

Tested manually with make run: