binaryen-0.0.6.0: Haskell bindings to binaryen
Safe HaskellNone
LanguageHaskell2010

Binaryen.Features

Description

WebAssembly features.

See https://github.com/WebAssembly/binaryen/blob/master/src/binaryen-c.h for API documentation.

This module is intended to be imported qualified.

Documentation

newtype Features Source #

Constructors

Features Word32 

Instances

Instances details
Eq Features Source # 
Instance details

Defined in Binaryen.Features

Methods

(==) :: Features -> Features -> Bool

(/=) :: Features -> Features -> Bool

Show Features Source # 
Instance details

Defined in Binaryen.Features

Methods

showsPrec :: Int -> Features -> ShowS

show :: Features -> String

showList :: [Features] -> ShowS

Bits Features Source # 
Instance details

Defined in Binaryen.Features

Storable Features Source # 
Instance details

Defined in Binaryen.Features

Methods

sizeOf :: Features -> Int

alignment :: Features -> Int

peekElemOff :: Ptr Features -> Int -> IO Features

pokeElemOff :: Ptr Features -> Int -> Features -> IO ()

peekByteOff :: Ptr b -> Int -> IO Features

pokeByteOff :: Ptr b -> Int -> Features -> IO ()

peek :: Ptr Features -> IO Features

poke :: Ptr Features -> Features -> IO ()