| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Binaryen.Export
Description
Exports.
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 Export Source # | |
| Show Export Source # | |
| Storable Export Source # | |
Defined in Binaryen.Export Methods peekElemOff :: Ptr Export -> Int -> IO Export pokeElemOff :: Ptr Export -> Int -> Export -> IO () peekByteOff :: Ptr b -> Int -> IO Export pokeByteOff :: Ptr b -> Int -> Export -> IO () | |
getKind :: Export -> IO ExternalKind Source #