bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 165 forks source link

Remove a no-longer-necessary transmute #549

Closed iximeow closed 4 years ago

iximeow commented 4 years ago

Once upon a time wabt::Error had no way to access the inner wabt::ErrorKind. In those days, I'd noticed that Error was a struct that contained only an ErrorKind, so this transmute was a hack to get the ErrorKind and the corresponding message so we could print that out while wabt was being tweaked to make this doable safely.

wabt long since has been tweaked to make this doable safely.

iximeow commented 4 years ago

spurious macos network failures

I will fight the macintosh OS