You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Floating point operations in no_std use libm, which sometimes panics in debug mode (rust-lang/libm#4). So make sure to either use release builds or avoid WASM with floating point operations, for example by using deny_floating_point.
The linked issue(rust-lang/libm#4) was resolved a while back, so wasmi can update the version of libm to fix the problematic behavior described in the above quote.
The text was updated successfully, but these errors were encountered:
brson
added a commit
to brson/wasmi
that referenced
this issue
Nov 29, 2020
On the README there's this note:
The linked issue(rust-lang/libm#4) was resolved a while back, so
wasmi
can update the version oflibm
to fix the problematic behavior described in the above quote.The text was updated successfully, but these errors were encountered: