aboutsummaryrefslogtreecommitdiff
path: root/resources.go
blob: bf3b91989298274099d4f8428fe8b4f72e11b531 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

// SPDX-License-Identifier: BSD-2-Clause
// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>

package main

import (
	"embed"
)

//go:embed wasm/*.wasm
//go:embed static/*
var resourcesFS embed.FS