bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 164 forks source link

Update wasmtime to latest version. #609

Closed cfallin closed 3 years ago

cfallin commented 3 years ago

Following up on some API changes to the environment traits in bytecodealliance/wasmtime#2115, this PR updates the git version of the wasmtime submodule and updates lucetc accordingly.

The changes are basically just renamings, along with a removal of a RelocSink trait method that was previously unused.

cfallin commented 3 years ago

Closing in favor of #610 as CircleCI won't work with PRs from branches in forks (thanks pchickey for the heads-up).