Browse Source

[PATCH 111/188] writing output type for a block operation

From 2578b3f982321d5212a65a3e7422fd8b58f96906 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Wed, 18 Mar 2020 13:14:38 -0400

git-svn-id: branches/wasm@46107 -
nickysn 5 years ago
parent
commit
d1e8e355fb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      utils/wasmbin/wasmbinwriter.pas

+ 3 - 0
utils/wasmbin/wasmbinwriter.pas

@@ -654,6 +654,9 @@ begin
         // table index reference
         WriteU32(dst, ci.operandNum);
       end;
+
+      ipResType:
+        dst.WriteByte(byte(ci.operandNum));
     end;
   end;
 end;