started conversion to wasmedge, not finished, not compiling

This commit is contained in:
Richard Holland
2022-01-13 15:40:15 +00:00
parent 912b60bfce
commit 7cefb339e7
5 changed files with 155 additions and 107 deletions

View File

@@ -38,12 +38,7 @@
#include <ripple/app/ledger/LedgerMaster.h>
#include <ripple/app/ledger/OpenLedger.h>
#include <functional>
#include "common/value.h"
#include "vm/configure.h"
#include "vm/vm.h"
#include "common/errcode.h"
#include "runtime/hostfunc.h"
#include "runtime/importobj.h"
#include <wasmedge.h>
#define HS_ACC() ctx.tx.getAccountID(sfAccount) << "-" << ctx.tx.getTransactionID()
namespace ripple {