Files
wasmtime/crates
Jamey Sharp c7b83e8ef9 wasmtime: remove drop(&mut ...) used to silence warnings (#6278)
The `Config` needs to be mutable while building a compiler, but in a
build configuration without a compiler, declaring it as `mut` produces a
warning since nothing else needs that.

I found the existing workaround for this warning confusing, so this PR
removes `mut` from the binding for `config` and instead re-binds the
variable in builds where we call `build_compiler`.
2023-04-25 14:15:53 +00:00
..
2023-04-05 17:06:36 +00:00
2023-04-17 15:53:34 +00:00
2023-04-15 00:07:32 +00:00
2023-03-06 23:47:34 +00:00
2023-04-24 15:50:53 +00:00
2023-02-14 19:45:15 +00:00