ladybird/Libraries/LibWasm/Forward.h

21 lines
278 B
C
Raw Permalink Normal View History

2021-10-31 22:06:35 +00:00
/*
* 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;
struct Interpreter;
namespace Wasi {
struct Implementation;
}
2021-10-31 22:06:35 +00:00
}