Skip to content

Commit 9580111

Browse files
Fix issue #9
* Remove override of process.on('uncaughtException') and process.on('unhandledRejection') * Update emscripten SDK
1 parent cc1ea7b commit 9580111

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/compress_binding.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/decompress_binding.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM emscripten/emsdk:2.0.16
1+
FROM emscripten/emsdk:2.0.34
22

33
RUN git clone --recursive https://github.com/google/woff2.git
44
RUN cd woff2 && \

src/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CARGS=--bind -s ALLOW_MEMORY_GROWTH=1 -s SINGLE_FILE=1 -O3
1+
CARGS=--bind -s NODEJS_CATCH_REJECTION=0 -s NODEJS_CATCH_EXIT=0 -s ALLOW_MEMORY_GROWTH=1 -s SINGLE_FILE=1 -O3
22
FIXTURES=/src/wawoff2/test/fixtures
33

44
all:

0 commit comments

Comments
 (0)