From 50ecc153fc49168e87196a7169bf24a766299066 Mon Sep 17 00:00:00 2001 From: titzer Date: Sun, 30 Oct 2016 14:21:17 +0100 Subject: Fix i32/i64 --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 6d3d9bf..1612765 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -60,7 +60,7 @@ All types are distinguished by a negative `varint7` values that is the first byt | Opcode | Type constructor | |--------|------------------| | `-0x01` (i.e., the byte `0x7f`) | `i32` | -| `-0x02` (i.e., the byte `0x7e`) | `i32` | +| `-0x02` (i.e., the byte `0x7e`) | `i64` | | `-0x03` (i.e., the byte `0x7d`) | `f32` | | `-0x04` (i.e., the byte `0x7c`) | `f64` | | `-0x10` (i.e., the byte `0x70`) | `anyfunc` | -- cgit v1.2.3