Newer
Older
minerva / Userland / Libraries / LibWasm / Forward.h
@minerva minerva on 13 Jul 278 bytes Initial commit
/*
 * 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;
}

}