1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
(module (event $e0 (attr 0) (param i32)) (func $eh (try $l0 (do (throw $e0 (i32.const 0)) ) (catch $e0 (drop (pop i32)) ) (catch_all (rethrow $l0) ) ) (try $l0 (do (try (do (throw $e0 (i32.const 0)) ) (delegate $l0) ) ) (catch_all) ) (try $l0 (do) (delegate 0) ;; delegate to caller ) ) )