Remove some obsolete re-exports in wasmtime-jit. (#992)
These were from when wasmtime-jit was trying to present a different API; now they're not needed.
This commit is contained in:
@@ -6,8 +6,7 @@ use std::mem;
|
||||
use std::panic::{self, AssertUnwindSafe};
|
||||
use std::ptr;
|
||||
use std::rc::Rc;
|
||||
use wasmtime_jit::InstanceHandle;
|
||||
use wasmtime_runtime::{VMContext, VMFunctionBody};
|
||||
use wasmtime_runtime::{InstanceHandle, VMContext, VMFunctionBody};
|
||||
|
||||
/// A WebAssembly function which can be called.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user