mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-15 09:51:21 +00:00
Merge remote-tracking branch 'private/master' into feature/dynasm-backend
This commit is contained in:
@ -106,6 +106,9 @@ pub enum RuntimeError {
|
||||
table: TableIndex,
|
||||
},
|
||||
IllegalArithmeticOperation,
|
||||
User {
|
||||
msg: String,
|
||||
},
|
||||
Unknown {
|
||||
msg: String,
|
||||
},
|
||||
|
Reference in New Issue
Block a user