Browse Source

[PATCH 129/188] grow_memory instruction format

From 3b63806eb10c0f93d64655a23b6b9a4366f2807b Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Tue, 24 Mar 2020 14:53:29 -0400

git-svn-id: branches/wasm@46125 -
nickysn 5 years ago
parent
commit
104f4b34d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/wasmbin/wasmtext.pas

+ 1 - 0
utils/wasmbin/wasmtext.pas

@@ -424,6 +424,7 @@ begin
     // wabt
     else if t = 'get_local' then inst := INST_local_get
     else if t = 'get_global' then inst := INST_global_get
+    else if t = 'grow_memory' then inst := inst_memory_grow
     else Result := false;
   'i':
     if t = 'if' then inst := inst_if