diff options
| author | ruki <[email protected]> | 2020-10-22 00:54:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-22 00:54:50 +0800 |
| commit | 020c9da2c47ae5550a321147d189e8ddde5416c2 (patch) | |
| tree | 1d90b254fb5d57a1160fe5f91923f8db3b6727c6 | |
| parent | e5372b5cf8b5902222808b5d103521bfaa54ca3e (diff) | |
rename wasm binary file to html
| -rw-r--r-- | xmake/platforms/wasm/xmake.lua | 2 |
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 |
