From 0e414fed8a77a3f8d26ca422b062b886122deea5 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Fri, 11 Mar 2022 17:34:43 -0600 Subject: [PATCH] refine --- build.sh | 2 +- shell.html | 40 +++++++++++++++++++++++++++------------- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/build.sh b/build.sh index 9f83b17..036c30c 100755 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ [ -d output ] || mkdir output make -C c2t c2t.h -emcc -g -O -Wall -Werror -Wno-unused -s TOTAL_MEMORY=$((2<<28)) -s SAFE_HEAP=1 -s STACK_OVERFLOW_CHECK=1 -s ASSERTIONS=2 -s FORCE_FILESYSTEM=1 -s EXPORTED_RUNTIME_METHODS="['ccall']" -DPACKAGE_STRING=\"bdftopcf\" -Ic2t wrap_c2t.c -o output/index.html --shell-file shell.html +emcc -O -Wall -Werror -Wno-unused -s TOTAL_MEMORY=$((2<<28)) -s SAFE_HEAP=1 -s STACK_OVERFLOW_CHECK=1 -s ASSERTIONS=2 -s FORCE_FILESYSTEM=1 -s EXPORTED_RUNTIME_METHODS="['ccall']" -DPACKAGE_STRING=\"bdftopcf\" -Ic2t wrap_c2t.c -o output/index.html --shell-file shell.html diff --git a/shell.html b/shell.html index a3592d2..bdf0823 100644 --- a/shell.html +++ b/shell.html @@ -3,7 +3,7 @@ - bdftopcf font converter + c2t wavefile generator