prepare / Espresso

☕ Bridge your C# soul to the power of Javascript (V8 Javascript Engine / NodeJs)
MIT License
60 stars 11 forks source link

JsEngine.CompileScript System.AccessViolationException #53

Closed bilenkonito closed 5 years ago

bilenkonito commented 5 years ago

Any attempt to run JsEngine.CompileScript results in a System.AccessViolationException being thrown from JsScript.cs:24 (jsscript_compile)

prepare commented 5 years ago

Hello, Sorry for late reply.

  1. Which Espresso version? ND (nodejs engine) or VE (only v8 engine).

  2. Could you provide a sample code?