Joram Vandemoortele
Joram Vandemoortele
test don't run because signatures don't align. (how come they do succeed for you?) 
want to throw in that I have learned c# unity il2cpp will need this change
I feel like #959 those [10 lines](https://github.com/cxw42/wren/commit/d535f1629be231846186d0e4363109f4a00d5000) should be in done in the same PR. or at least be considered to be part of this PR
I have some quick ideas: (I haven't checked if the syntax compiles) ```js // --- Option B var Package = WrenPackage.new("wren-test-runner", "1.0.0", [ Depencency.new("wren-testie", "0.1.0", "https://github.com/joshgoebel/wren-testie.git") ]) // --- Option...