Update 3d chart mode, add US heatmap, move kjol-web -> kjol-website
This commit is contained in:
9
go/cmd/kjol-website/wasm/main_native.go
Normal file
9
go/cmd/kjol-website/wasm/main_native.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !(js && wasm)
|
||||
|
||||
// The wasm client entry point (main.go) builds only under GOOS=js GOARCH=wasm.
|
||||
// This native placeholder keeps the package buildable on the host so a plain
|
||||
// `go build ./...` succeeds; the real client is built by ./build (or the dev
|
||||
// server) with GOOS=js GOARCH=wasm.
|
||||
package main
|
||||
|
||||
func main() {}
|
||||
Reference in New Issue
Block a user