在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):dfinity-side-projects/dhc开源软件地址(OpenSource Url):https://github.com/dfinity-side-projects/dhc开源编程语言(OpenSource Language):Haskell 98.6%开源软件介绍(OpenSource Introduction):Dfinity Haskell CompilerDHC is a Haskell compiler that produces WebAssembly. It accepts only a tiny subset of the language. Live demoInstallation / DependenciesRun Usage / ExamplesThe putStr :: String -> IO () putInt :: Int -> IO () -- `Int` means 64-bit integer. which respectively call WebAssembly imports: system.putStr (ptr : i32, len : i32) system.putInt (lo : i32, hi : i32) In The For example: $ echo 'public(main) main=putStr"Hello, World!\n"' | ./dhc | ./rundhc Hello, World! License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论