wasm-1.0.0: WebAssembly Language Toolkit and Interpreter

Safe HaskellNone
LanguageHaskell2010

Language.Wasm.Interpreter

Documentation

data Value Source #

Instances

Eq Value Source # 

Methods

(==) :: Value -> Value -> Bool #

(/=) :: Value -> Value -> Bool #

Show Value Source # 

Methods

showsPrec :: Int -> Value -> ShowS #

show :: Value -> String #

showList :: [Value] -> ShowS #

invoke :: Store -> Address -> [Value] -> IO (Maybe [Value]) Source #