Skip to content

Instantly share code, notes, and snippets.

@yuri91
Created May 15, 2020 08:19
Show Gist options
  • Save yuri91/760d49bcab7118af87a4817dea86c729 to your computer and use it in GitHub Desktop.
Save yuri91/760d49bcab7118af87a4817dea86c729 to your computer and use it in GitHub Desktop.
(module
(type (;0;) (func (param f64 f64 f64) (result anyref)))
(type (;1;) (func))
(type (;2;) (func (result anyref)))
(import "i" "___wrapper__cheerpCreate_ZN6client4DateC1Eddd" (func (;0;) (type 0)))
(func $__wasm_nullptr (type 1)
unreachable)
(func $_Z18constructAndReturnv (type 2) (result anyref)
f64.const 0x1.f9p+10 (;=2020;)
f64.const 0x1.4p+2 (;=5;)
f64.const 0x1.ep+3 (;=15;)
call 0)
(table (;0;) 1 funcref)
(memory (;0;) 17 128)
(global (;0;) (mut i32) (i32.const 1048576))
(export "memory" (memory 0))
(export "__Z18constructAndReturnv" (func $_Z18constructAndReturnv))
(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