Skip to content

Commit

Permalink
Fix building wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
matbur committed Dec 11, 2024
1 parent b7072b3 commit 28b220d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
!resources/
!server/
!templates/
!wasm/
!go.mod
!go.sum
2 changes: 2 additions & 0 deletions cmd/wasm/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build wasm

package main

import (
Expand Down
Binary file modified wasm/main.wasm
Binary file not shown.

0 comments on commit 28b220d

Please sign in to comment.