nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

Fix other places with unsigned long overflow #162

Closed vshymanskyy closed 3 years ago

vshymanskyy commented 3 years ago

Similar to #161 , but fixes other places. With this, finally have all Wasm3 tests passing: https://github.com/wasm3/wasm3/actions/runs/671457352 @cjihrig sorry for bothering ;)