mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Cleaned unused code
This commit is contained in:
@@ -25,20 +25,6 @@ pub struct Instance {
|
||||
pub exports: Exports,
|
||||
}
|
||||
|
||||
// #[cfg(test)]
|
||||
// mod send_test {
|
||||
// use super::*;
|
||||
|
||||
// fn is_send<T: Send>() -> bool {
|
||||
// true
|
||||
// }
|
||||
|
||||
// #[test]
|
||||
// fn instance_is_send() {
|
||||
// assert!(is_send::<Instance>());
|
||||
// }
|
||||
// }
|
||||
|
||||
/// An error while instantiating a module.
|
||||
///
|
||||
/// This is not a common WebAssembly error, however
|
||||
|
||||
Reference in New Issue
Block a user