changeset 173:b23c3427eb61

Merge branch 'master' into wasm
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 12 Jun 2018 14:57:45 +0100
parents 04bb3a41a3b2 (current diff) 395304838d4d (diff)
children a007360392e0
files Makefile.inc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.inc	Wed Jul 19 16:02:33 2017 +0100
+++ b/Makefile.inc	Tue Jun 12 14:57:45 2018 +0100
@@ -102,6 +102,7 @@
 		-s ERROR_ON_UNDEFINED_SYMBOLS=1 \
 	    	-s "EXPORT_NAME='$(EM_MODULE_SYMBOL)'" \
 	    	-s "EXPORTED_FUNCTIONS=['_piperRequestJson','_piperProcessRaw','_piperFreeJson']" \
+                -s "EXTRA_EXPORTED_RUNTIME_METHODS=['cwrap', 'allocate', 'ALLOC_NORMAL', 'Pointer_stringify', 'intArrayFromString']" \
 		$(EMFLAGS)
 
 WASMFLAGS       := \