v8/test/common/wasm
Clemens Backes 1d31558f54 [wasm] Move interpreter to test directory
The interpreter is not used in production code any more, hence move it
from src/wasm to test/common/wasm.
It's still used in unit tests, cctests, and in fuzzers.

Because of this move, a few more methods had to be exported via
V8_EXPORT_PRIVATE.

R=ahaas@chromium.org, yangguo@chromium.org

Bug: v8:10389
Change-Id: If626b940a721146c596fd7df4faaea633e710272
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2257226
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68480}
2020-06-23 08:48:14 +00:00
..
flag-utils.h [wasm] Refactor WasmFeatures 2019-11-26 17:36:11 +00:00
OWNERS Use relative paths to OWNERS files 2019-08-12 13:52:52 +00:00
test-signatures.h [wasm-gc] Establish HeapType shorthands, rework signatures. 2020-06-19 08:43:44 +00:00
wasm-interpreter.cc [wasm] Move interpreter to test directory 2020-06-23 08:48:14 +00:00
wasm-interpreter.h [wasm] Move interpreter to test directory 2020-06-23 08:48:14 +00:00
wasm-macro-gen.h [wasm-gc] Change reference type encoding to match proposal spec 2020-06-19 17:47:17 +00:00
wasm-module-runner.cc [wasm] Move interpreter to test directory 2020-06-23 08:48:14 +00:00
wasm-module-runner.h [wasm] Move interpreter to test directory 2020-06-23 08:48:14 +00:00