Remove unsafety from Trap API (#779)
* Remove unsafety from `Trap` API This commit removes the `unsafe impl Send` for `Trap` by removing the internal `HostRef` and leaving `HostRef` entirely as an implementation detail of the C API. cc #708 * Run rustfmt
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1971,7 +1971,6 @@ dependencies = [
|
||||
"rayon",
|
||||
"region",
|
||||
"target-lexicon",
|
||||
"thiserror",
|
||||
"wasi-common",
|
||||
"wasmparser 0.45.1",
|
||||
"wasmtime-environ",
|
||||
|
||||
Reference in New Issue
Block a user