misc: new web template.

This commit is contained in:
Zhang Dian
2024-07-23 13:34:26 +08:00
parent 88d834ac3a
commit 2b39f14bba
8 changed files with 88 additions and 102 deletions

View File

@@ -1,11 +1,10 @@
{
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"html-path": "index.html",
"Host": "browser"
}
]
}
"wasmHostProperties": {
"perHostConfig": [
{
"name": "browser",
"host": "browser"
}
]
}
}