Cleaned unused code

This commit is contained in:
Syrus Akbary
2021-07-13 19:52:58 -07:00
parent 1729ab923d
commit bd2cc948a4
6 changed files with 159 additions and 1029 deletions

View File

@@ -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