edge icon indicating copy to clipboard operation
edge copied to clipboard

Run .NET and Node.js code in-process on Windows, MacOS, and Linux

Results 174 edge issues
Sort by recently updated
recently updated
newest added

## Steps to reproduce 1. Create a new MVC 5 application in Visual Studio 2013 2. Add the Edge.js package to the project 3. In a controller action, add a...

Try to call http in C#. but it hangs at the below line ``` var result = await createHttpServer(9999); ``` full code is below ``` static async void TestHttp() {...

In addition to Buffer byte[] marshalling, consider support for direct marshaling of JavaScrip typed arrays: https://developer.mozilla.org/en-US/docs/JavaScript/Typed_arrays

you take it

Currently edge expects to find the EdgeCompiler class in the global namespace of an assembly. To support multiple edge compilers per assembly as well as disambiguate compilers in C# apps...