Skip to content

Commit cfe43f2

Browse files
committed
Updated Sample console app to generate standard wasm.
1 parent 6a79745 commit cfe43f2

File tree

1 file changed

+8
-8
lines changed
  • Sample/EventHorizon.BabylonJS.Interop.Generator.ConsoleApp

1 file changed

+8
-8
lines changed

Sample/EventHorizon.BabylonJS.Interop.Generator.ConsoleApp/Program.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ public class Program
1616
static void Main(string[] args)
1717
{
1818
//Run(AstParser.Model.ASTParserType.NodeJS, true); // 75084ms/71877ms to generate.
19-
//Run(
20-
// AstParser.Model.ASTParserType.Sdcb,
21-
// true,
22-
// "EventHorizon.Blazor.BabylonJS.WASM"
23-
//); // 22027ms/19835ms/18236ms to generate.
2419
Run(
2520
AstParser.Model.ASTParserType.Sdcb,
26-
false,
27-
"EventHorizon.Blazor.BabylonJS.Server"
28-
);
21+
true,
22+
"EventHorizon.Blazor.BabylonJS.WASM"
23+
); // 22027ms/19835ms/18236ms to generate.
24+
//Run(
25+
// AstParser.Model.ASTParserType.Sdcb,
26+
// false,
27+
// "EventHorizon.Blazor.BabylonJS.Server"
28+
//);
2929
}
3030
static void Run(
3131
AstParser.Model.ASTParserType type,

0 commit comments

Comments
 (0)