/* * Copyright (c) 2021, Ali Mohammad Pur * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include namespace Wasm { class Configuration { public: explicit Configuration(Store& store) : m_store(store) { } Optional