remove unused imports from wasm_bridge.go and add required imports to assets_wasm.go
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m56s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m56s
This commit is contained in:
@@ -6,6 +6,8 @@ package main
|
||||
import (
|
||||
_ "embed"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/hajimehoshi/ebiten/v2/ebitenutil"
|
||||
|
||||
@@ -4,10 +4,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"syscall/js"
|
||||
"time"
|
||||
)
|
||||
|
||||
// notifyWasmReady signalisiert JavaScript dass WASM vollständig geladen ist
|
||||
|
||||
Reference in New Issue
Block a user