wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Update wasm-rt-impl.h

Open whirlicote opened this issue 10 months ago • 2 comments
trafficstars

It appears to me that the wasm_rt_impl_try macro should have been defined in the wasm-rt-exceptions.h header.

This pull request tries to improve the documentation on the current situation in order to improve the user experience.

whirlicote avatar Jan 18 '25 13:01 whirlicote

@SoniEx2

sbc100 avatar Jan 18 '25 22:01 sbc100

uh, actually we believe this is a bug! think this got overlooked during the implementation of EHv3 (cc @keithw )

further, we believe this code technically triggers UB, ref.: https://www.iso-9899.info/n1570.html#7.13.1.1

SoniEx2 avatar Jan 19 '25 00:01 SoniEx2