mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 13:28:49 +00:00
feat(deprecated) Port Module::instantiate().
This commit is contained in:
@@ -11,6 +11,13 @@ pub struct Instance {
|
||||
}
|
||||
|
||||
impl Instance {
|
||||
pub(crate) fn new(new_instance: new::wasmer::Instance) -> Self {
|
||||
Self {
|
||||
module: (),
|
||||
new_instance,
|
||||
}
|
||||
}
|
||||
|
||||
#[deprecated(
|
||||
since = "__NEXT__VERSION__",
|
||||
note = "This method is no longer available."
|
||||
|
||||
Reference in New Issue
Block a user