We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dea485 commit 8a25d29Copy full SHA for 8a25d29
test/utils/wabt_engine.cpp
@@ -16,7 +16,7 @@ namespace fizzy::test
16
class WabtEngine final : public WasmEngine
17
{
18
// mutable because getting RefPtr from Ref requires non-const Store
19
- mutable wabt::interp::Store m_store{([]() constexpr noexcept {
+ mutable wabt::interp::Store m_store{([]() noexcept {
20
wabt::Features features;
21
features.disable_multi_value();
22
features.disable_sat_float_to_int();
0 commit comments