From b9d4758bf9679a1ad502f0beba7db75569fbf1a4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 25 Feb 2023 13:07:56 -0700 Subject: [PATCH] [wasm/graphite] Add commented out allocator export --- src/wasm/graphite/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wasm/graphite/Makefile b/src/wasm/graphite/Makefile index d509132dc..7c1f28952 100644 --- a/src/wasm/graphite/Makefile +++ b/src/wasm/graphite/Makefile @@ -17,6 +17,8 @@ all: $(FONTS) $< \ -o $@ +# -Wl,--export=malloc -Wl,--export=free \ + %.wasm.ttf: %.ttf shape.wasm $(ADD_TABLE) python $(ADD_TABLE) $< $@ shape.wasm