sunfishcode / hello-wasi-http

57 stars 17 forks source link

Update to latest versions. #12

Closed sunfishcode closed 5 months ago

sunfishcode commented 5 months ago

Update to cargo-component 0.11, which fixes dead_code warnings in the bindings code.

Update to wit-bindgen 0.24, which now has a "bitflags" feature so that we don't need to separately depend on bitflags.

And update to the latest wasi-http, which has several documentation updates.