WebAssembly / wasi-libc

WASI libc implementation for WebAssembly
https://wasi.dev
Other
812 stars 188 forks source link

Update bindings and dependencies to WASI 0.2.0 #471

Closed dicej closed 3 months ago

dicej commented 3 months ago

Now that WASI 0.2.0 has been released, we can update from the release candidate we were previously using. That includes updating various URLs in the Makefiles to point to newer deps; this is hopefully the last time we have to do that for a while. Updates include:

In addition, this PR makes a couple of tweaks to the Makefiles to make them more robust:

dicej commented 3 months ago

Any more feedback on this one? I'd like to get it merged soon-ish, since it will unblock further work on wasi-sockets.

sunfishcode commented 3 months ago

Looks good, thanks!