Skip to content

Instantly share code, notes, and snippets.

View amesgen's full-sized avatar

amesgen

  • Germany
  • 17:44 (UTC +02:00)
View GitHub Profile
@amesgen
amesgen / Main.hs
Last active August 24, 2024 09:46 — forked from RubenVerg/Main.hs
wasm wizer embed file test
module Main where
import System.IO.Unsafe
import Control.DeepSeq
import Control.Monad
import Control.Exception
file :: String
file = unsafePerformIO $ readFile "/src/Main.hs"
{-# NOINLINE file #-}