bytecodealliance / jco

JavaScript toolchain for working with WebAssembly Components
https://bytecodealliance.github.io/jco/
Apache License 2.0
640 stars 63 forks source link

fix: post-return on error return bindgen #490

Closed guybedford closed 3 months ago

guybedford commented 3 months ago

This fixes another issue with error returns in the new post-return handling following https://github.com/bytecodealliance/jco/pull/487 and https://github.com/bytecodealliance/jco/pull/489 (again caught and tested through ComponentizeJS test suite, and another reason to upstream it here).