From e94a046a548795b8675bc109c87413de6bca53e7 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 12 Jul 2024 22:39:20 +0900 Subject: feat: add Linker class --- src/WebAssembly/Execution/ExporterInterface.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/WebAssembly/Execution/ExporterInterface.php (limited to 'src/WebAssembly/Execution/ExporterInterface.php') diff --git a/src/WebAssembly/Execution/ExporterInterface.php b/src/WebAssembly/Execution/ExporterInterface.php new file mode 100644 index 0000000..9c2d965 --- /dev/null +++ b/src/WebAssembly/Execution/ExporterInterface.php @@ -0,0 +1,13 @@ + + */ + public function exports(): array; +} -- cgit v1.2.3-70-g09d2