From 88f6b96589b17e8c9bf6e36e283fe02be5bedcd8 Mon Sep 17 00:00:00 2001 From: Philipp Tessenow Date: Thu, 25 Jul 2024 12:08:08 +0200 Subject: [PATCH] fix typo in docs --- lib/wasmex/store_or_caller.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wasmex/store_or_caller.ex b/lib/wasmex/store_or_caller.ex index 8708d6d7..bc81d0c6 100644 --- a/lib/wasmex/store_or_caller.ex +++ b/lib/wasmex/store_or_caller.ex @@ -35,7 +35,7 @@ defmodule Wasmex.StoreOrCaller do Sets fuel to for Wasm to consume while executing. For this method to work, fuel consumption must be enabled via - `Wasmex.EngineConfig.consume_fuel/2. By default a `Wasmex.Store` + `Wasmex.EngineConfig.consume_fuel/2`. By default a `Wasmex.Store` starts with 0 fuel for Wasm to execute with (meaning it will immediately trap and halt execution). This function must be called for the store to have some fuel to allow WebAssembly