wasmer/lib/interface-types
Ivan Enderlin 3f0c32bf44 fix(decoders) Remove the unsafe block in the string parser.
Instead of using `str::from_utf8_unchecked`, this patch updates the
code to use `str::from_utf8` and handles the error appropriately.
2020-02-13 13:52:23 +01:00
..
2020-02-10 14:05:13 +01:00