Merge remote-tracking branch 'private/master' into feature/dynasm-backend

This commit is contained in:
losfair
2019-02-11 18:38:00 +08:00
31 changed files with 364 additions and 416 deletions

View File

@ -106,6 +106,9 @@ pub enum RuntimeError {
table: TableIndex,
},
IllegalArithmeticOperation,
User {
msg: String,
},
Unknown {
msg: String,
},