mirror of
https://github.com/tc39/test262.git
synced 2025-05-04 23:10:27 +02:00
* [javascriptcore-test262-automation] changes from git@github.com:WebKit/webkit.git at sha 949e26452cfa153a7f4afe593da97e2fe9e1b706 on Tue Jul 03 2018 14:35:15 GMT-0400 (Eastern Daylight Time)
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
(module
|
|
(import "./sum.wasm" "sum" (func $sum (param i32) (param i32) (result i32)))
|
|
(type $t0 (func (result i32)))
|
|
(func $return42 (export "return42") (type $t0) (result i32)
|
|
i32.const 1
|
|
i32.const 41
|
|
call $sum))
|