forked from GitHub/haskell-wasm
add config datatype
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
module Main where
|
||||
|
||||
data WasmConfig = WasmConfig {
|
||||
inputFile :: String,
|
||||
outputFile :: String
|
||||
} deriving (Show, Eq)
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
putStrLn "There is no WASM!"
|
||||
|
||||
Reference in New Issue
Block a user