Trap
* 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
make run-hello-c
HostRef<Store>
https://github.com/WebAssembly/wasm-c-api