wasm: Clear tables too in TranslationState::clear(); (#491)
This commit is contained in:
committed by
Dan Gohman
parent
67b7a8594a
commit
300a76469f
@@ -175,6 +175,7 @@ impl TranslationState {
|
|||||||
self.reachable = true;
|
self.reachable = true;
|
||||||
self.globals.clear();
|
self.globals.clear();
|
||||||
self.heaps.clear();
|
self.heaps.clear();
|
||||||
|
self.tables.clear();
|
||||||
self.signatures.clear();
|
self.signatures.clear();
|
||||||
self.functions.clear();
|
self.functions.clear();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user