mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-13 15:01:41 +00:00
Old test uncommented
This commit is contained in:
@ -16,6 +16,7 @@ mod func;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Error(String);
|
||||
|
||||
impl fmt::Display for Error {
|
||||
@ -182,8 +183,6 @@ fn prepare_context(module: &Module) -> Result<ModuleContext, Error> {
|
||||
.unwrap_or_default();
|
||||
|
||||
// Fill elements with imported values.
|
||||
|
||||
// TODO: Use Func::type_ref?
|
||||
let mut func_type_indexes = Vec::new();
|
||||
let mut tables = Vec::new();
|
||||
let mut memories = Vec::new();
|
||||
|
Reference in New Issue
Block a user