mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 13:41:32 +00:00
handle traps naively
This commit is contained in:
@ -80,8 +80,10 @@ impl PartialEq for LinkError {
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum RuntimeError {
|
||||
OutOfBoundsAccess { memory: MemoryIndex, addr: u32 },
|
||||
TableOutOfBounds { table: TableIndex },
|
||||
IndirectCallSignature { table: TableIndex },
|
||||
IndirectCallToNull { table: TableIndex },
|
||||
IllegalArithmeticOperation,
|
||||
Unknown { msg: String },
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user