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 (
|
import (
|
||||||
_ "embed"
|
_ "embed"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
|
"log"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
"github.com/hajimehoshi/ebiten/v2/ebitenutil"
|
"github.com/hajimehoshi/ebiten/v2/ebitenutil"
|
||||||
|
|||||||
@@ -4,10 +4,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"log"
|
"log"
|
||||||
"syscall/js"
|
"syscall/js"
|
||||||
"time"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// notifyWasmReady signalisiert JavaScript dass WASM vollständig geladen ist
|
// notifyWasmReady signalisiert JavaScript dass WASM vollständig geladen ist
|
||||||
|
|||||||
Reference in New Issue
Block a user