GitXplorerGitXplorer
A

PPApiForDotNet

public
21 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
15c0503771f28c62fd99ef329a41545d0a041d0d

Update README with current status

AAArnott committed 9 years ago
Unverified
021ce014d9c309b935d03bd5abfba67f92aca593

Add CoreCLR hosting support

AAArnott committed 9 years ago
Unverified
a3f2bb5b2e9ab86d4a21639cc8cc73357ebb051a

Make CoreCLR vs. Desktop a choice by #define

AAArnott committed 9 years ago
Unverified
cea82b1d3877c99ac4d35dae70b1bf674a23a05f

CoreCLR now runs in a PPAPI plugin

AAArnott committed 9 years ago
Unverified
8562926117d15a854bd1d94e0aebf50f4e95446b

CoreCLR hosting in console app works!

AAArnott committed 9 years ago
Unverified
be08293dba30c1489c58d2ae4c82c6d536fae286

Fix native delegate type

AAArnott committed 9 years ago

README

The README file for this repository.

PPAPI for .NET

Write PPAPI extensions for Chromium in your favorite .NET language.

This project is in very early prototype phase. It can invoke a managed assembly using either the .NET Framework or CoreCLR. But that's all it can do at present -- invoke it. It doesn't interact with electron in any way yet.