Private
Public Access
1
0

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

This commit is contained in:
Sebastian Unterschütz
2026-04-22 13:08:11 +02:00
parent 8be7da2e7f
commit fcf44ba513
2 changed files with 2 additions and 2 deletions

View File

@@ -4,10 +4,8 @@
package main
import (
"fmt"
"log"
"syscall/js"
"time"
)
// notifyWasmReady signalisiert JavaScript dass WASM vollständig geladen ist