We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccb530 commit 7aebfb1Copy full SHA for 7aebfb1
crates/wasm/src/vm_class.rs
@@ -102,6 +102,7 @@ pub(crate) fn weak_vm(vm: &VirtualMachine) -> Weak<StoredVirtualMachine> {
102
STORED_VMS.with_borrow(|vms| Rc::downgrade(vms.get(id).expect("VirtualMachine is not valid")))
103
}
104
105
+#[derive(Clone, Copy)]
106
#[wasm_bindgen(js_name = vmStore)]
107
pub struct VMStore;
108
0 commit comments