summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/ghc/export-heap-methods.patch
blob: ff4ce1263aee93b67f14273004afa5fadd0804ce (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/rts/js/mem.js b/rts/js/mem.js
index 44c5c37ac4..1f150c5d55 100644
--- a/rts/js/mem.js
+++ b/rts/js/mem.js
@@ -1,5 +1,5 @@
 //#OPTIONS:CPP
-//#OPTIONS:EMCC:EXPORTED_RUNTIME_METHODS=addFunction,removeFunction,getEmptyTableSlot
+//#OPTIONS:EMCC:EXPORTED_RUNTIME_METHODS=addFunction,removeFunction,getEmptyTableSlot,HEAP8,HEAPU8
 
 // #define GHCJS_TRACE_META 1