From 900377463a8264871ee42e488112b076b7973b6a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 27 Jan 2024 13:22:56 +0900 Subject: feat: partially implement execution --- src/Execution/FuncInsts/Host.php | 20 ++++++++++++++++++++ src/Execution/FuncInsts/Wasm.php | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 src/Execution/FuncInsts/Host.php create mode 100644 src/Execution/FuncInsts/Wasm.php (limited to 'src/Execution/FuncInsts') diff --git a/src/Execution/FuncInsts/Host.php b/src/Execution/FuncInsts/Host.php new file mode 100644 index 0000000..e3cba4a --- /dev/null +++ b/src/Execution/FuncInsts/Host.php @@ -0,0 +1,20 @@ +