From 67a96ae60085366b59d64bc997c9e6525c247e27 Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Wed, 30 Sep 2020 00:15:33 +0200 Subject: Fix applying default / unify SExpr and Wasm builder names (#3179) SExpressionWasmBuilder was not applying default memory and table import names on the memory and table, unlike on functions, globals and events, where it applies them. Also aligns default import names to use the same shorter forms as in binary parsing. --- test/polymorphic_stack.wast.fromBinary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/polymorphic_stack.wast.fromBinary') diff --git a/test/polymorphic_stack.wast.fromBinary b/test/polymorphic_stack.wast.fromBinary index 8a3b92d6e..1265bd080 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 $0 9 9 funcref)) + (import "env" "table" (table $timport$0 9 9 funcref)) (func $break-and-binary (result i32) (block $label$1 (result i32) (unreachable) -- cgit v1.2.3