Safe Haskell | None |
---|---|
Language | Haskell2010 |
Functions.
See https://github.com/WebAssembly/binaryen/blob/master/src/binaryen-c.h for API documentation.
This module is intended to be imported qualified.
Documentation
Instances
Eq Function Source # | |
Show Function Source # | |
Storable Function Source # | |
Defined in Binaryen.Function peekElemOff :: Ptr Function -> Int -> IO Function pokeElemOff :: Ptr Function -> Int -> Function -> IO () peekByteOff :: Ptr b -> Int -> IO Function pokeByteOff :: Ptr b -> Int -> Function -> IO () |
getResults :: Function -> IO Type Source #
getNumVars :: Function -> IO Index Source #
getBody :: Function -> IO Expression Source #
setDebugLocation :: Function -> Expression -> Index -> Index -> Index -> IO () Source #
importGetModule :: Function -> IO (Ptr CChar) Source #
importGetBase :: Function -> IO (Ptr CChar) Source #