Skip to content

Commit

Permalink
fix: correct function result (#25176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stan-BK authored Dec 20, 2024
1 parent 0ffd6ae commit 8da81c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ WebAssembly 模块中的所有代码都是划分到函数里面。函数具有

```wasm
(func (param $p i32)
(result i32)
local.get $p
local.get $p
i32.add)
Expand Down

0 comments on commit 8da81c9

Please sign in to comment.