Skip to content

Commit fced3dd

Browse files
committed
Fix browser build
1 parent 9c1b9f0 commit fced3dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ emcc -O3 -msimd128 -msse4.1 $^ -o $@ \
2929
-sASSERTIONS=0 \
3030
-sALLOW_MEMORY_GROWTH=0 \
3131
-flto \
32-
-sENVIRONMENT=web,webview,worker,node,shell \
32+
-sENVIRONMENT=web,webview,worker,shell \
3333
-Os \
3434
-DNDEBUG \
3535
-DIS_WASM -DBLAKE3_NO_AVX512 -DBLAKE3_NO_SSE2 -DBLAKE3_NO_AVX2 \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tracsystems/blake3",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"scripts": {
55
"build": "make",
66
"clean": "make clean",

0 commit comments

Comments
 (0)