Forward.h 278 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2021, Ali Mohammad Pur <mpfard@serenityos.org>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. namespace Wasm {
  8. class AbstractMachine;
  9. class Validator;
  10. struct ValidationError;
  11. struct Interpreter;
  12. namespace Wasi {
  13. struct Implementation;
  14. }
  15. }