We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d15f3 commit c26db63Copy full SHA for c26db63
Tests/WasmKitTests/ExecutionTests.swift
@@ -35,7 +35,7 @@ final class ExecutionTests: XCTestCase {
35
(module
36
(memory 0)
37
(func (export "_start") (result i32)
38
- (memory.grow (i32.const 1))
+ (drop (memory.grow (i32.const 1)))
39
(i32.store (i32.const 1) (i32.const 42))
40
(i32.load (i32.const 1))
41
)
0 commit comments