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 -
@@ -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