Skip to content

Commit

Permalink
feat: quickjs plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola committed Feb 22, 2024
1 parent d36daf7 commit ab61b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/impl/HandlerExecutorFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export interface QuickJsPluginInput {
evaluationOptions: EvaluationOptions;
swGlobal: SmartWeaveGlobal;
contractDefinition: ContractDefinition<unknown>;
wasmMemory?: WebAssembly.Memory;
wasmMemory?: Buffer;
}

export interface QuickJsOptions {
Expand Down

0 comments on commit ab61b95

Please sign in to comment.