Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
37 stars 10 forks source link

Improve dead code elimination #117

Closed zherczeg closed 1 year ago

zherczeg commented 1 year ago

Eliminates unnecessary jumps for if-else and try-catch blocks. Furthermore br to try-catch blocks is not a loop anymore.