We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c645b04 commit 3ca746aCopy full SHA for 3ca746a
src/Generator/Generators/Emscripten/EmscriptenGenerator.cs
@@ -69,7 +69,7 @@ public override GeneratorOutput GenerateModule(Module module)
69
{
70
TranslationUnit = new TranslationUnit
71
72
- FilePath = $"__Module.cpp",
+ FilePath = $"_Module.cpp",
73
Module = module
74
},
75
Outputs = new List<CodeGenerator> { moduleGen }
src/Generator/Generators/QuickJS/QuickJSGenerator.cs
@@ -75,7 +75,7 @@ public override GeneratorOutput GenerateModule(Module module)
76
77
78
- FilePath = $"QJSModule.cpp",
79
80
81
0 commit comments