Skip to content

Commit 308db98

Browse files
Copied from api-prototype-6.2.0/meeting-notes
1 parent d6436a4 commit 308db98

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

meeting notes/2016-10-14.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
*Oct 14th 2016, 6 PM UTC (9PM Finland, 2PM EST, 11AM PST)*
2+
3+
**Attendees:**
4+
- Intel: [Gabriel Schulhof](https://github.com/gabrielschulhof)
5+
- IBM: [Sampson Gao](https://github.com/sampsongao)
6+
- Microsoft: [Taylor Woll](https://github.com/boingoing), [Hitesh Kanwathirtha](https://github.com/digitalinfinity), [Arunesh Chandra](https://github.com/aruneshchandra)
7+
8+
*Taylor*
9+
- Transition from Gaurav - porting NAPI to ChakraCore using JSRT
10+
- converting WeakRef/objWrap
11+
- node:Environment
12+
- Int to String conversion API for nanomsg
13+
- Run nanomsg perf using NAPI on Linux
14+
15+
*Sampson*
16+
- Look into porting NAPI to Node v0.12
17+
18+
*Gabriel*
19+
- Started looking in building [iotivity](https://github.com/otcshare/iotivity-node) with NAPI
20+
- Investigating build issues
21+
22+
*General Discussion*
23+
- NAPI support for Node v0.10 may require additional work, which could potentially comlicate the API design due to differences in the Module registration and Initialization mechanism.
24+
- How do we ensure NAPI modules to pass the version test at load time while being backward compatible with non-NAPI modules. Suggestion: use 0.0.0.0 for NM_VERSION
25+

0 commit comments

Comments
 (0)