Skip to content

Commit

Permalink
This is not noexcept in wabt
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 3, 2023
1 parent ca348be commit 5df6ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/wabt_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace fizzy::test
class WabtEngine final : public WasmEngine
{
// mutable because getting RefPtr from Ref requires non-const Store
mutable wabt::interp::Store m_store{([]() constexpr noexcept {
mutable wabt::interp::Store m_store{([]() noexcept {
wabt::Features features;
features.disable_multi_value();
features.disable_sat_float_to_int();
Expand Down

0 comments on commit 5df6ae7

Please sign in to comment.