tanishiking / scala-wasm

Experimental WasmGC backend for Scala.js | merging into the upstream Scala.js repo https://github.com/scala-js/scala-js/pull/4988
41 stars 3 forks source link

Fix #101: Interaction between `TryFinally` and `Labeled`/`Return`. #102

Closed sjrd closed 7 months ago

sjrd commented 7 months ago

See the big "HERE BE DRAGONS" comment for details.

sjrd commented 7 months ago

Well, that was even harder than I thought ^^ But now it should handle all the possible weird situations.

sjrd commented 7 months ago

I think I addressed all the comments.