Zalim Bashorov
Zalim Bashorov
@kripken, could you please publish a new release, since the PRs mentioned above are merged?
It looks like it is better to wait for the merging of #7031, right?
Great, thanks! Could we please have a release now?
> In particular, this can be accomplished by using anyref instead of concrete reference types in the signatures of exported functions. @tlively using `structref` is also ok, right?
> Moved the types of _initialize and startUnitTests out of the main rec group, and @kripken aren't they already defined outside of the big rec group?
`__callFunction_(()->Unit)` couldn't be removed in this case since it's used to call kotlin FunctionX from JS function wrapper created by `__convertKotlinClosureToJsClosure_(()->Unit)`.
@kripken, am I right that the original problem was caused by the exported `main` function and its type?