ladybird/Userland/Libraries/LibWasm/Forward.h

16 lines
215 B
C
Raw Normal View History

2021-11-01 01:36:35 +03:30
/*
* Copyright (c) 2021, Ali Mohammad Pur <mpfard@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Wasm {
class AbstractMachine;
class Validator;
struct ValidationError;
}