c040cd66e5
Match the behavior of the ddc module system when running the applications main method when using the new library bundle format. This passes an empty JavaScript array to the main method which is good enough to get the benchmarks that use main method args to run. The API should be updated in a way that allows you to actually pass a JavaScript array of Strings when starting the program. Issue: https://github.com/dart-lang/sdk/issues/35113 Change-Id: I1a9aeb1df7afa5948d7f23517b3ac913aaabb62c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/408640 Reviewed-by: Nate Biggs <natebiggs@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>