blob: c408f0ff3be7d3aad096af5eb2b0cf0fa69a0a65 [file] [log] [blame]
PASS Empty module without imports argument
PASS Empty module with undefined imports argument
PASS Empty module with empty imports argument
FAIL getter order for imports object assert_array_equals: expected property 1 to be "global1 getter" but got "memory getter" (expected array ["module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "memory getter", "module getter", "global2 getter"] got ["module getter", "memory getter", "module getter", "global1 getter", "module2 getter", "global3 getter", "module getter", "global2 getter"])
PASS imports
PASS imports with empty module names
PASS imports with empty names
PASS exports with empty name: function
PASS exports with empty name: table
PASS exports with empty name: global
PASS No imports
PASS exports and imports
PASS i64 exports and imports
PASS import with i32-returning function
PASS import with function that takes and returns i32
PASS import with i64-returning function
PASS import with function that takes and returns i64
PASS import with i32-taking function
PASS import with i64-taking function
PASS export i64-returning function
PASS i32 mutable WebAssembly.Global import
PASS i64 mutable WebAssembly.Global import
PASS Multiple i64 arguments
PASS stray argument
PASS Synchronous options handling