Improve and clean up panic dialog code and wasm wrapper (#368)

Part of #357
This commit is contained in:
Keavon Chambers
2021-09-01 04:09:23 -07:00
parent d290aaf712
commit 699657974a
17 changed files with 122 additions and 92 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ impl Dispatcher {
}
pub fn collect_actions(&self) -> ActionList {
//TODO: reduce the number of heap allocations
// TODO: Reduce the number of heap allocations
let mut list = Vec::new();
list.extend(self.input_preprocessor.actions());
list.extend(self.input_mapper.actions());