Skip to content

Commit

Permalink
Remove unused wasm.c
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Apr 16, 2024
1 parent d3846e2 commit 9f540bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hyspappy.wasm.base64: hysnappy.wasm
base64 -w 0 hysnappy.wasm > hysnappy.wasm.base64
sed -i 's|const wasm64 = .*|const wasm64 = '"'`cat hysnappy.wasm.base64`'"'|' hysnappy.js

hysnappy.wasm: snappy.c wasm.c
hysnappy.wasm: snappy.c
clang --target=wasm32 \
-O3 \
-nostdlib \
Expand Down
19 changes: 0 additions & 19 deletions wasm.c

This file was deleted.

0 comments on commit 9f540bb

Please sign in to comment.