summaryrefslogtreecommitdiff
path: root/test/polymorphic_stack.wast.fromBinary
diff options
context:
space:
mode:
authorDaniel Wirtz <dcode@dcode.io>2020-09-29 17:55:28 +0200
committerGitHub <noreply@github.com>2020-09-29 17:55:28 +0200
commitfa4c884f4ebfde185c9d8a3ee4e54f96c57cebed (patch)
treea41f45f78f42dd7b532d6303fc71ec76ddbdf76d /test/polymorphic_stack.wast.fromBinary
parente9e5f30212f44927859d3dad5fe48499d860f61c (diff)
downloadbinaryen-fa4c884f4ebfde185c9d8a3ee4e54f96c57cebed.tar.gz
binaryen-fa4c884f4ebfde185c9d8a3ee4e54f96c57cebed.tar.bz2
binaryen-fa4c884f4ebfde185c9d8a3ee4e54f96c57cebed.zip
Prototype extended-name-section proposal (#3162)
Implements the parts of the Extended Name Section Proposal that are trivially applicable to Binaryen, in particular table, memory and global names. Does not yet implement label, type, elem and data names.
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary')
-rw-r--r--test/polymorphic_stack.wast.fromBinary2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary b/test/polymorphic_stack.wast.fromBinary
index 1265bd080..8a3b92d6e 100644
--- a/test/polymorphic_stack.wast.fromBinary
+++ b/test/polymorphic_stack.wast.fromBinary
@@ -3,7 +3,7 @@
(type $none_=>_none (func))
(type $i32_=>_i32 (func (param i32) (result i32)))
(type $i32_=>_none (func (param i32)))
- (import "env" "table" (table $timport$0 9 9 funcref))
+ (import "env" "table" (table $0 9 9 funcref))
(func $break-and-binary (result i32)
(block $label$1 (result i32)
(unreachable)