Skip to content

Instantly share code, notes, and snippets.

@lachlansneff
Created January 23, 2019 22:22
Show Gist options
  • Save lachlansneff/b540e119a77942ee2fb9c3bc71bd7530 to your computer and use it in GitHub Desktop.
Save lachlansneff/b540e119a77942ee2fb9c3bc71bd7530 to your computer and use it in GitHub Desktop.
pub struct Function<'a> {
signature: &'a FuncSig,
module: &'a ModuleInner,
instance_inner: &'a mut InstanceInner,
func_index: FuncIndex,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment