Skip to content

Commit 97acf74

Browse files
authored
Minor edits to slide deck (#172)
1 parent 4bb12b6 commit 97acf74

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Docs/presentation2.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ While some limited solutions exist, there are opportunities to do better in many
3737
---
3838
## Primary .NET / JS Interop scenarios
3939
- Dynamically invoke .NET APIs from JS.
40-
- Develop Node.js addon modules in C#.
40+
- Develop Node.js addon modules in C# (runtime-dependent or Native AOT).
4141
- Host a JS runtime within a .NET app and call JS APIs from .NET.
4242
- Develop React Native apps and extensions in C# with JS interop.
4343

@@ -220,18 +220,19 @@ Numbers are _microseconds_. "Warm" is an average of 10000 .NET -> JS calls (pass
220220

221221
---
222222
## Project status
223-
- Available for early experimentation
223+
- Currently in public preview
224224
- Send feedback, bug reports to [microsoft/node-api-dotnet/issues](https://github.com/microsoft/node-api-dotnet/issues)
225225
- Help prioritize areas for improvement.
226226
- Contribute PRs!
227227
- Current limitations may block some advanced interop scenarios.
228-
- NOT production ready
229228

230229
---
231230
## Roadmap
232231
Major development areas:
233-
- More marshalling: events, generics, ...
232+
- Add support for extension methods, .NET events, better overload resolution
233+
- Custom marshalling
234234
- API review / refinement
235235
- More test coverage
236+
- Explore interop with WinRT, WASM
236237

237238
Project backlog: https://github.com/orgs/microsoft/projects/779

0 commit comments

Comments
 (0)