859d958110
Bug: v8:13525 Change-Id: I80350c2b713b63e00d7f32a552a5386df28e8ac3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4047873 Commit-Queue: Matthias Liedtke <mliedtke@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/main@{#84432}
32 lines
1.2 KiB
SQL
32 lines
1.2 KiB
SQL
0x00, 0x61, 0x73, 0x6d, // wasm magic
|
|
0x01, 0x00, 0x00, 0x00, // wasm version
|
|
|
|
0x01, // section kind: Type
|
|
0x04, // section length 4
|
|
0x01, 0x60, // types count 1: kind: func
|
|
0x00, // param count 0
|
|
0x00, // return count 0
|
|
|
|
0x03, // section kind: Function
|
|
0x02, // section length 2
|
|
0x01, 0x00, // functions count 1: 0 $doubleEnd
|
|
|
|
0x07, // section kind: Export
|
|
0x0d, // section length 13
|
|
0x01, // exports count 1: export # 0
|
|
0x09, // field name length: 9
|
|
0x64, 0x6f, 0x75, 0x62, 0x6c, 0x65, 0x45, 0x6e,
|
|
0x64, // field name: doubleEnd
|
|
0x00, 0x00, // kind: function index: 0
|
|
|
|
0x0a, // section kind: Code
|
|
0x07, // section length 7
|
|
0x01, // functions count 1
|
|
// function #0 $doubleEnd
|
|
0x05, // body size 5
|
|
0x00, // 0 entries in locals list
|
|
0x01, // nop
|
|
0x0b, // end
|
|
0x0b, // end
|
|
0x0b, // end
|