| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Binaryen.Event
Description
Events.
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 Event Source # | |
| Show Event Source # | |
| Storable Event Source # | |
Defined in Binaryen.Event Methods peekElemOff :: Ptr Event -> Int -> IO Event pokeElemOff :: Ptr Event -> Int -> Event -> IO () peekByteOff :: Ptr b -> Int -> IO Event pokeByteOff :: Ptr b -> Int -> Event -> IO () | |
getAttribute :: Event -> IO CInt Source #
getResults :: Event -> IO Type Source #
importGetModule :: Event -> IO (Ptr CChar) Source #
eventImportGetBase :: Event -> IO (Ptr CChar) Source #