lunatic-solutions / lunatic

Lunatic is an Erlang-inspired runtime for WebAssembly
https://lunatic.solutions
Apache License 2.0
4.62k stars 138 forks source link

Update wasmtime, clap, and other dependencies #153

Closed tqwewe closed 1 year ago

tqwewe commented 1 year ago

Updates all dependencies to the latest version, including wasmtime, clap, and quinn. Clap has also been updated to use the derive macro for argument parsing.

I haven't familiarized myself a lot with lunatic-distributed, and I had to update a few things with quinn due to the update. It should be all correct, but it would be good to have someone verify everything is correct.