Skip to content

Instantly share code, notes, and snippets.

@yuri91
Created May 15, 2020 08:17
Show Gist options
  • Save yuri91/df8179aa53afeb19a93b52eb8e25e4ad to your computer and use it in GitHub Desktop.
Save yuri91/df8179aa53afeb19a93b52eb8e25e4ad to your computer and use it in GitHub Desktop.
(module
(type (;0;) (func (param anyref f64 f64)))
(type (;1;) (func))
(type (;2;) (func (param anyref)))
(import "i" "___wrapper___ZN6client7Element6scrollEdd" (func (;0;) (type 0)))
(func $__wasm_nullptr (type 1)
unreachable)
(func $_Z11callMethodsPN6client7ElementE (type 2) (param anyref)
local.get 0
f64.const 0x0p+0 (;=0;)
f64.const 0x1.4p+3 (;=10;)
call 0)
(table (;0;) 1 funcref)
(memory (;0;) 17 128)
(global (;0;) (mut i32) (i32.const 1048576))
(export "memory" (memory 0))
(export "__Z11callMethodsPN6client7ElementE" (func $_Z11callMethodsPN6client7ElementE))
(elem (;0;) (i32.const 0) $__wasm_nullptr))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment