misc: update Browser project.

This commit is contained in:
Zhang Dian
2025-01-16 22:42:13 +08:00
parent ea4268ed11
commit a250c84e9f
12 changed files with 91 additions and 166 deletions

View File

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