summaryrefslogtreecommitdiff
path: root/xmake/platforms/wasm/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/platforms/wasm/xmake.lua')
-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 68f29ea17..05e0777b4 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).wasm")
+ set_formats("binary", "$(name).js")
set_formats("symbol", "$(name).sym")
-- on check