From ab61b95f0ab27d10ac1d13f82013d450f359ae22 Mon Sep 17 00:00:00 2001 From: Asia Date: Thu, 22 Feb 2024 12:24:42 +0100 Subject: [PATCH] feat: quickjs plugin --- src/core/modules/impl/HandlerExecutorFactory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/modules/impl/HandlerExecutorFactory.ts b/src/core/modules/impl/HandlerExecutorFactory.ts index f884601c..3dd4f979 100644 --- a/src/core/modules/impl/HandlerExecutorFactory.ts +++ b/src/core/modules/impl/HandlerExecutorFactory.ts @@ -364,7 +364,7 @@ export interface QuickJsPluginInput { evaluationOptions: EvaluationOptions; swGlobal: SmartWeaveGlobal; contractDefinition: ContractDefinition; - wasmMemory?: WebAssembly.Memory; + wasmMemory?: Buffer; } export interface QuickJsOptions {