Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (module
- (type $t0 (func (param i32)))
- (type $t1 (func (param i32 i32) (result i32)))
- (type $t2 (func (param i32) (result i32)))
- (type $t3 (func (result i32)))
- (type $t4 (func))
- (type $t5 (func (result f64)))
- (import "env" "abort" (func $env.abort (type $t0)))
- (import "env" "_emscripten_fetch" (func $env._emscripten_fetch (type $t1)))
- (import "env" "_emscripten_fetch_attr_init" (func $env._emscripten_fetch_attr_init (type $t0)))
- (import "env" "_emscripten_fetch_close" (func $env._emscripten_fetch_close (type $t2)))
- (import "env" "_printf" (func $env._printf (type $t1)))
- (import "env" "__memory_base" (global $env.__memory_base i32))
- (import "env" "__table_base" (global $env.__table_base i32))
- (import "env" "memory" (memory $env.memory 256))
- (import "env" "table" (table $env.table 4 anyfunc))
- (func $f5 (type $t0) (param $p0 i32)
- (local $l0 i32) (local $l1 i32) (local $l2 i32) (local $l3 i32)
- get_global $g2
- set_local $l0
- get_global $g2
- i32.const 16
- i32.add
- set_global $g2
- get_local $p0
- i32.const 16
- i32.add
- tee_local $l1
- i32.load offset=4
- set_local $l2
- get_local $p0
- i32.load offset=8
- set_local $l3
- get_local $l0
- get_local $l1
- i32.load
- i32.store
- get_local $l0
- get_local $l2
- i32.store offset=4
- get_local $l0
- get_local $l3
- i32.store offset=8
- get_global $env.__memory_base
- get_local $l0
- call $env._printf
- drop
- get_local $p0
- call $env._emscripten_fetch_close
- drop
- get_local $l0
- set_global $g2)
- (func $f6 (type $t0) (param $p0 i32)
- (local $l0 i32) (local $l1 i32)
- get_global $g2
- set_local $l0
- get_global $g2
- i32.const 16
- i32.add
- set_global $g2
- get_local $p0
- i32.load16_u offset=42
- set_local $l1
- get_local $l0
- get_local $p0
- i32.load offset=8
- i32.store
- get_local $l0
- get_local $l1
- i32.store offset=4
- get_global $env.__memory_base
- i32.const 46
- i32.add
- get_local $l0
- call $env._printf
- drop
- get_local $p0
- call $env._emscripten_fetch_close
- drop
- get_local $l0
- set_global $g2)
- (func $_main (type $t3) (result i32)
- (local $l0 i32)
- get_global $g2
- set_local $l0
- get_global $g2
- i32.const 96
- i32.add
- set_global $g2
- get_local $l0
- call $env._emscripten_fetch_attr_init
- get_local $l0
- i32.const 5522759
- i32.store
- get_local $l0
- i32.const 5
- i32.store offset=48
- get_local $l0
- get_global $env.__table_base
- i32.const 1
- i32.add
- i32.store offset=36
- get_local $l0
- get_global $env.__table_base
- i32.const 2
- i32.add
- i32.store offset=40
- get_local $l0
- get_global $env.__memory_base
- i32.const 100
- i32.add
- call $env._emscripten_fetch
- drop
- get_local $l0
- set_global $g2
- i32.const 0)
- (func $__post_instantiate (type $t4)
- get_global $env.__memory_base
- i32.const 128
- i32.add
- set_global $g2
- get_global $g2
- i32.const 5242880
- i32.add
- set_global $g3)
- (func $f9 (type $t5) (result f64)
- i32.const 0
- call $env.abort
- f64.const 0x0p+0 (;=0;))
- (global $g2 (mut i32) (i32.const 0))
- (global $g3 (mut i32) (i32.const 0))
- (export "__post_instantiate" (func $__post_instantiate))
- (export "_main" (func $_main))
- (elem (get_global $env.__table_base) $f9 $f5 $f6 $f9)
- (data (get_global $env.__memory_base) "Finished downloading %llu bytes from URL %s.\0a\00Downloading %s failed, HTTP failure status code: %d.\0a\00./json/bol_list1.json"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement