You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
I'm working on a library which porting the chakracore to dotnetcore (Chakracore.NET on Github).
After reading the PR (#1254), I have a question about the host implementation:
What does "1. Load top level script " mean? I'm using JsRunScript to execute the script. does the "Load" means "serialize the script"? I tried to read the C++ source., but due to lack of C++ experience, still can't confirm my assumption.
It would be good to provide a JSRTApi call steps of how to implement the module supported hosting.
Thanks
The text was updated successfully, but these errors were encountered:
hi,
I'm working on a library which porting the chakracore to dotnetcore (Chakracore.NET on Github).
After reading the PR (#1254), I have a question about the host implementation:
What does "1. Load top level script " mean? I'm using JsRunScript to execute the script. does the "Load" means "serialize the script"? I tried to read the C++ source., but due to lack of C++ experience, still can't confirm my assumption.
It would be good to provide a JSRTApi call steps of how to implement the module supported hosting.
Thanks
The text was updated successfully, but these errors were encountered: