Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marekmaskarinec committed Aug 20, 2023
1 parent 7967e22 commit f31df00
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 24 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/th_emscripten_link
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ emcc -O3 --sASYNCIFY -Wall -fno-strict-aliasing -Wno-format-security\
-sMIN_WEBGL_VERSION=2 \
-s MINIFY_HTML=0 \
-s EXPORTED_FUNCTIONS="['_malloc', '_free', '_main']" \
--shell-file=$TH_DIR/shell.html \
--shell-file=$TH_DIR/etc/shell.html \
$FILES \
-o wasm-out/index.html
2 changes: 1 addition & 1 deletion cmd/th_emscripten_link_playground
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ emcc -O3 --sASYNCIFY -Wall -fno-strict-aliasing -Wno-format-security\
-s MINIFY_HTML=0 \
-s EXPORTED_RUNTIME_METHODS=cwrap \
-s EXPORTED_FUNCTIONS="['_malloc', '_free', '_main', '_run_playground' ]" \
--shell-file=$TH_DIR/playground.html \
--shell-file=$TH_DIR/etc/playground.html \
$FILES \
-o wasm-out/index.html
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 0 additions & 22 deletions package.sh

This file was deleted.

0 comments on commit f31df00

Please sign in to comment.