rylev / wepl

A repl for WebAssembly Components
Apache License 2.0
108 stars 8 forks source link

Update dependencies #8

Closed jaseb closed 9 months ago

jaseb commented 9 months ago

Update the README.md to mention Wasmtime 17.0, update to newer dependencies in Cargo.toml, and update Cargo.lock.

Amend runtime.rs to use wasmtime::component::ResourceTable as per changes in Wasmtime. See 7655

Unsure on the version of WASI-Virt required - this is the commit with 0.2.0 updates.

rylev commented 9 months ago

Seems that you'll need to run cargo fmt for CI to pass.

jaseb commented 9 months ago

Seems that you'll need to run cargo fmt for CI to pass.

Just noticed that, sorted.