Skip to content

Instantly share code, notes, and snippets.

(module $mymod
(type $add_type (func (param i32 i32) (result i32)))
(func $add (type $add_type)
(i32.add (local.get 0)
(local.get 1)))
(table $tab (export "tab") funcref (elem $add))
)
(register "mymodule" $mymod)

Keybase proof

I hereby claim:

  • I am keithw on github.
  • I am keithw (https://keybase.io/keithw) on keybase.
  • I have a public key whose fingerprint is B1A4 7069 121F 6642 BB3D 7F3E 20B7 283A FE25 4C69

To claim this, I am signing this object: