tic(i32) => upd(), time(), first version of palette

This commit is contained in:
2021-11-27 21:02:42 +01:00
parent 0cb169d62e
commit 667a222331
7 changed files with 79 additions and 21 deletions

View File

@@ -570,10 +570,6 @@ impl ImportSection {
}
}
if memory == 0 {
bail!("No memory import found");
}
Ok(ImportSection {
memory,
functions,