Skip to content

Instantly share code, notes, and snippets.

@yuri91
Created May 15, 2020 08:16
Show Gist options
  • Save yuri91/b896caeb7495ad496c3eee258df0472d to your computer and use it in GitHub Desktop.
Save yuri91/b896caeb7495ad496c3eee258df0472d to your computer and use it in GitHub Desktop.
(module
(type (;0;) (func (param anyref)))
(type (;1;) (func))
(type (;2;) (func (param anyref) (result anyref)))
(import "i" "__ZN6client6jsFuncEPNS_7ElementE" (func (;0;) (type 0)))
(func $__wasm_nullptr (type 1)
unreachable)
(func $_Z13passAndReturnPN6client7ElementE (type 2) (param anyref) (result anyref)
local.get 0
call 0
local.get 0)
(table (;0;) 1 funcref)
(memory (;0;) 17 128)
(global (;0;) (mut i32) (i32.const 1048576))
(export "memory" (memory 0))
(export "__Z13passAndReturnPN6client7ElementE" (func $_Z13passAndReturnPN6client7ElementE))
(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