kubkon commented on Issue #1242:
I was thinking the same thing! And I think we can it one step further too. Yanix started with a fair amount of
EOVERFLOW
checking, which is a good default stance in wasi-common because we convert a lot of host values into wasm32 values, however Yanix has now established itself as a library that just provides host functionality, without any wasm32-specific type conversions. So I went through this PR, and convinced myself that every singleEOVERFLOW
is either unneeded or we can do something else.Hooray! Let me make adjustments then!
kubkon commented on Issue #1242:
@sunfishcode comments addressed in ad6e7ab!
kubkon commented on Issue #1242:
@sunfishcode Lemme know if this looks ready for you, and we can merge. :-)
Last updated: Nov 22 2024 at 16:03 UTC