mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 07:52:19 +00:00

PR-URL: https://github.com/nodejs/node/pull/29694 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
(module
|
|
(func $f (import "" "f") (param i32 i64 i64 i32) (result i32 i64 i64 i32))
|
|
|
|
(func $g (export "g") (param i32 i64 i64 i32) (result i32 i64 i64 i32)
|
|
(call $f (local.get 0) (local.get 2) (local.get 1) (local.get 3))
|
|
)
|
|
)
|