|
351 | 351 | (export "memory" (memory $0))
|
352 | 352 | (export "__setArgumentsLength" (func $~setArgumentsLength))
|
353 | 353 | (export "_start" (func $~start))
|
| 354 | + (export "ArrayU32#get:dataStart" (func $export:~lib/array/Array<u32>#get:dataStart)) |
354 | 355 | (export "ArrayU32#constructor" (func $export:std/array/ArrayU32#constructor@varargs))
|
355 | 356 | (export "ArrayU32#get:length" (func $export:~lib/array/Array<u32>#get:length))
|
356 | 357 | (export "ArrayU32#set:length" (func $export:~lib/array/Array<u32>#set:length))
|
|
377 | 378 | (export "ArrayU32#join" (func $export:~lib/array/Array<u32>#join@varargs))
|
378 | 379 | (export "ArrayU32#flat" (func $export:~lib/array/Array<u32>#flat))
|
379 | 380 | (export "ArrayU32#toString" (func $export:~lib/array/Array<u32>#toString))
|
| 381 | + (export "ArrayU8#get:dataStart" (func $export:~lib/array/Array<u8>#get:dataStart)) |
380 | 382 | (export "ArrayU8#constructor" (func $export:std/array/ArrayU8#constructor@varargs))
|
381 | 383 | (export "ArrayU8#get:length" (func $export:~lib/array/Array<u8>#get:length))
|
382 | 384 | (export "ArrayU8#set:length" (func $export:~lib/array/Array<u8>#set:length))
|
|
403 | 405 | (export "ArrayU8#join" (func $export:~lib/array/Array<u8>#join@varargs))
|
404 | 406 | (export "ArrayU8#flat" (func $export:~lib/array/Array<u8>#flat))
|
405 | 407 | (export "ArrayU8#toString" (func $export:~lib/array/Array<u8>#toString))
|
| 408 | + (export "ArrayStr#get:dataStart" (func $export:~lib/array/Array<~lib/string/String>#get:dataStart)) |
406 | 409 | (export "ArrayStr#constructor" (func $export:std/array/ArrayStr#constructor@varargs))
|
407 | 410 | (export "ArrayStr#get:length" (func $export:~lib/array/Array<~lib/string/String>#get:length))
|
408 | 411 | (export "ArrayStr#set:length" (func $export:~lib/array/Array<~lib/string/String>#set:length))
|
|
35312 | 35315 | global.set $~lib/memory/__stack_pointer
|
35313 | 35316 | local.get $2
|
35314 | 35317 | )
|
| 35318 | + (func $export:~lib/array/Array<u32>#get:dataStart (param $0 i32) (result i32) |
| 35319 | + (local $1 i32) |
| 35320 | + global.get $~lib/memory/__stack_pointer |
| 35321 | + i32.const 4 |
| 35322 | + i32.sub |
| 35323 | + global.set $~lib/memory/__stack_pointer |
| 35324 | + call $~stack_check |
| 35325 | + global.get $~lib/memory/__stack_pointer |
| 35326 | + local.get $0 |
| 35327 | + i32.store |
| 35328 | + local.get $0 |
| 35329 | + call $~lib/array/Array<u32>#get:dataStart |
| 35330 | + local.set $1 |
| 35331 | + global.get $~lib/memory/__stack_pointer |
| 35332 | + i32.const 4 |
| 35333 | + i32.add |
| 35334 | + global.set $~lib/memory/__stack_pointer |
| 35335 | + local.get $1 |
| 35336 | + ) |
35315 | 35337 | (func $export:std/array/ArrayU32#constructor@varargs (param $0 i32) (param $1 i32) (result i32)
|
35316 | 35338 | (local $2 i32)
|
35317 | 35339 | global.get $~lib/memory/__stack_pointer
|
|
35853 | 35875 | global.set $~lib/memory/__stack_pointer
|
35854 | 35876 | local.get $1
|
35855 | 35877 | )
|
| 35878 | + (func $export:~lib/array/Array<u8>#get:dataStart (param $0 i32) (result i32) |
| 35879 | + (local $1 i32) |
| 35880 | + global.get $~lib/memory/__stack_pointer |
| 35881 | + i32.const 4 |
| 35882 | + i32.sub |
| 35883 | + global.set $~lib/memory/__stack_pointer |
| 35884 | + call $~stack_check |
| 35885 | + global.get $~lib/memory/__stack_pointer |
| 35886 | + local.get $0 |
| 35887 | + i32.store |
| 35888 | + local.get $0 |
| 35889 | + call $~lib/array/Array<u8>#get:dataStart |
| 35890 | + local.set $1 |
| 35891 | + global.get $~lib/memory/__stack_pointer |
| 35892 | + i32.const 4 |
| 35893 | + i32.add |
| 35894 | + global.set $~lib/memory/__stack_pointer |
| 35895 | + local.get $1 |
| 35896 | + ) |
35856 | 35897 | (func $export:std/array/ArrayU8#constructor@varargs (param $0 i32) (param $1 i32) (result i32)
|
35857 | 35898 | (local $2 i32)
|
35858 | 35899 | global.get $~lib/memory/__stack_pointer
|
|
36394 | 36435 | global.set $~lib/memory/__stack_pointer
|
36395 | 36436 | local.get $1
|
36396 | 36437 | )
|
| 36438 | + (func $export:~lib/array/Array<~lib/string/String>#get:dataStart (param $0 i32) (result i32) |
| 36439 | + (local $1 i32) |
| 36440 | + global.get $~lib/memory/__stack_pointer |
| 36441 | + i32.const 4 |
| 36442 | + i32.sub |
| 36443 | + global.set $~lib/memory/__stack_pointer |
| 36444 | + call $~stack_check |
| 36445 | + global.get $~lib/memory/__stack_pointer |
| 36446 | + local.get $0 |
| 36447 | + i32.store |
| 36448 | + local.get $0 |
| 36449 | + call $~lib/array/Array<~lib/string/String>#get:dataStart |
| 36450 | + local.set $1 |
| 36451 | + global.get $~lib/memory/__stack_pointer |
| 36452 | + i32.const 4 |
| 36453 | + i32.add |
| 36454 | + global.set $~lib/memory/__stack_pointer |
| 36455 | + local.get $1 |
| 36456 | + ) |
36397 | 36457 | (func $export:std/array/ArrayStr#constructor@varargs (param $0 i32) (param $1 i32) (result i32)
|
36398 | 36458 | (local $2 i32)
|
36399 | 36459 | global.get $~lib/memory/__stack_pointer
|
|
0 commit comments