mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 13:41:32 +00:00
Add personality function.
- This is part of supporting exceptions in the future.
This commit is contained in:
@ -6,7 +6,7 @@ static WAT: &'static str = r#"
|
||||
(module
|
||||
(type (;0;) (func (param i32) (result i32)))
|
||||
(func (;0;) (type 0) (param i32) (result i32)
|
||||
unreachable)
|
||||
i32.const 42)
|
||||
(export "select_trap_l" (func 0))
|
||||
)
|
||||
"#;
|
||||
|
Reference in New Issue
Block a user