summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/platforms/wasm/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/wasm/xmake.lua b/xmake/platforms/wasm/xmake.lua
index a4df66ad0..164bf3c8c 100644
--- a/xmake/platforms/wasm/xmake.lua
+++ b/xmake/platforms/wasm/xmake.lua
@@ -34,7 +34,7 @@ platform("wasm")
set_formats("static", "lib$(name).a")
set_formats("object", "$(name).o")
set_formats("shared", "lib$(name).so")
- set_formats("binary", "$(name).js")
+ set_formats("binary", "$(name).html")
set_formats("symbol", "$(name).sym")
-- on check