mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-23 23:51:18 +00:00
Instead of using `str::from_utf8_unchecked`, this patch updates the code to use `str::from_utf8` and handles the error appropriately.
Instead of using `str::from_utf8_unchecked`, this patch updates the code to use `str::from_utf8` and handles the error appropriately.