Fix deadlock in Table implementation

This commit is contained in:
Mark McCaskey
2020-06-29 12:06:03 -07:00
parent de0c548653
commit 4711abdebb
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ use crate::store::Store;
use crate::types::{Val, ValFuncRef};
use crate::RuntimeError;
use crate::TableType;
use std::sync::Arc;
use wasmer_runtime::{Export, ExportTable, Table as RuntimeTable, VMCallerCheckedAnyfunc};
/// The `Table` struct is an array-like structure representing a WebAssembly Table,