Skip to content

Commit

Permalink
use wasm32 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Oct 18, 2024
1 parent c769b3b commit 26e3b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ENCRYPTION_KEY="$3"

TARGET="template_release"
ARCH="x86_64"
if [ $PLATFORM = "web" ]; then
ARCH="wasm32"
fi

if [ ${#ENCRYPTION_KEY} -ne 64 ]; then
echo "Invalid encryption key"
Expand Down

0 comments on commit 26e3b33

Please sign in to comment.