mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-12 22:41:40 +00:00
fix naming
This commit is contained in:
@ -402,17 +402,17 @@ mod tests {
|
||||
134u8, 0x80, 0x80, 0x80, 0x0,
|
||||
// func "A", index 6
|
||||
// [name_len(1-5 bytes), name_bytes(name_len, internal_kind(1byte), internal_index(1-5 bytes)])
|
||||
0x01, 0x30, 0x01, 0x86, 0x80, 0x00,
|
||||
0x01, 0x41, 0x01, 0x86, 0x80, 0x00,
|
||||
// func "B", index 8
|
||||
0x01, 0x31, 0x01, 0x86, 0x00,
|
||||
0x01, 0x42, 0x01, 0x86, 0x00,
|
||||
// func "C", index 7
|
||||
0x01, 0x32, 0x01, 0x07,
|
||||
0x01, 0x43, 0x01, 0x07,
|
||||
// memory "D", index 0
|
||||
0x01, 0x33, 0x02, 0x00,
|
||||
0x01, 0x44, 0x02, 0x00,
|
||||
// func "E", index 1
|
||||
0x01, 0x34, 0x01, 0x01,
|
||||
0x01, 0x45, 0x01, 0x01,
|
||||
// func "F", index 2
|
||||
0x01, 0x35, 0x01, 0x02
|
||||
0x01, 0x46, 0x01, 0x02
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user