ghcjs / ghcjs-examples

89 stars 15 forks source link

Does ghcjs-hello have to be so complicated? #12

Closed erikkaplun closed 8 years ago

erikkaplun commented 8 years ago

I was hoping for a simple Hello World that runs inside Webkit when natively compiled, or compiles to a simple JS application. But it seems to rely on stuff like Sodium even.

hamishmack commented 8 years ago

Yeah it is more of a test bed & demo than a hello world. Check out ghcjs-dom-hello instead.

erikkaplun commented 8 years ago

Thank you!