feat(depreacted) Implement Clone for Instance and Module.

This commit is contained in:
Ivan Enderlin
2020-05-26 11:03:48 +02:00
parent 4940004701
commit 34b7a6937e
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ use std::{convert::Infallible, error::Error};
pub use new::wasmer::Exports;
#[derive(Clone)]
pub struct Instance {
#[deprecated(
since = "__NEXT_VERSION__",