mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-27 07:31:33 +00:00
Remove generated spectest codes from repo.
This commit is contained in:
@ -42,7 +42,8 @@ impl Module {
|
||||
}
|
||||
|
||||
/// Instantiate a webassembly module with the provided imports.
|
||||
pub fn instantiate(&self, imports: &Imports) -> Result<Instance, String> {
|
||||
pub fn instantiate(&self, imports: &Imports) -> Result<Instance, String>
|
||||
{
|
||||
Instance::new(Rc::clone(&self.0), imports)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user