Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WasmManifest ¶
type WasmManifest struct {
Assets map[string]WasmPageAssets `json:"assets"`
}
func LoadManifest ¶
func LoadManifest(path string) (*WasmManifest, error)
func NewManifest ¶
func NewManifest() *WasmManifest
func (*WasmManifest) Save ¶
func (m *WasmManifest) Save(path string) error
type WasmModule ¶
type WasmPageAssets ¶
type WasmPageAssets struct {
WasmModules []WasmModule `json:"wasmModules"`
JSScripts []string `json:"jsScripts"`
}
Click to show internal directories.
Click to hide internal directories.