mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-02-17 11:19:48 +08:00
Wasm: fix default file name used by wasi target
This commit is contained in:
parent
06bcaec1e5
commit
0604c6a613
@ -509,6 +509,7 @@ public class TeaVMTool {
|
||||
case JAVASCRIPT:
|
||||
return "classes.js";
|
||||
case WEBASSEMBLY:
|
||||
case WEBASSEMBLY_WASI:
|
||||
return "classes.wasm";
|
||||
case C:
|
||||
return "classes.c";
|
||||
|
Loading…
Reference in New Issue
Block a user