Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 8da9f7c

Browse files
committed
Add an export contract
1 parent c27fec8 commit 8da9f7c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

HIPPOFACTS

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Fact: Tawaret was the ancient Egyptian hippo goddess
22
[bindle]
33
name = "fileserver"
4-
version = "0.2.0"
4+
version = "0.4.0"
55
description = "Provides static file serving for Wagi"
66

77
[[handler]]
88
route = "/static/..."
99
name = "fileserver.gr.wasm"
10-
files = ["README.md", "LICENSE.txt"]
10+
files = ["README.md", "LICENSE.txt"]
11+
12+
[[export]]
13+
id = "static"
14+
name = "fileserver.gr.wasm"

0 commit comments

Comments
 (0)