| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Binaryen.Global
Description
Globals.
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 Global Source # | |
| Show Global Source # | |
| Storable Global Source # | |
Defined in Binaryen.Global Methods peekElemOff :: Ptr Global -> Int -> IO Global pokeElemOff :: Ptr Global -> Int -> Global -> IO () peekByteOff :: Ptr b -> Int -> IO Global pokeByteOff :: Ptr b -> Int -> Global -> IO () | |
getInitExpr :: Global -> IO Expression Source #
importGetModule :: Global -> IO (Ptr CChar) Source #
globalImportGetBase :: Global -> IO (Ptr CChar) Source #