From f1fa158457e49a774e399b86ed5d1931333261a3 Mon Sep 17 00:00:00 2001 From: Dexaran Date: Thu, 28 Jul 2022 04:08:26 +0400 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92281e2..661ff2d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ The cost table can use a special key 'DEFAULT' that will be used as the cost val The Initial cost for instantation for the module is calculated from all the sections other than the code section (which is metered at runtime). This information is stored as a [custom section](https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md#name-section) -that is inserted directly after the preamble. It uses the the name `initCost` and +that is inserted directly after the preamble. It uses the name `initCost` and its payload contains the initial cost encoded as an unsigned leb128 interger. # LICENSE