mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Removed repeated comments
This commit is contained in:
@@ -40,14 +40,6 @@ pub struct ModuleTypeHints {
|
||||
pub exports: Vec<ExternType>,
|
||||
}
|
||||
|
||||
/// A WebAssembly Module contains stateless WebAssembly
|
||||
/// code that has already been compiled and can be instantiated
|
||||
/// multiple times.
|
||||
///
|
||||
/// ## Cloning a module
|
||||
///
|
||||
/// Cloning a module is cheap: it does a shallow copy of the compiled
|
||||
/// contents rather than a deep copy.
|
||||
#[derive(Clone)]
|
||||
pub struct Module {
|
||||
module: WebAssembly::Module,
|
||||
|
||||
Reference in New Issue
Block a user