зеркало из https://github.com/microsoft/napajs.git
Merged PR 137913: Initial check-in for vanilla spec
- Initial check-in for vanilla spec
This commit is contained in:
Коммит
2c608c647a
|
@ -0,0 +1,6 @@
|
|||
// Facade header file for embedders.
|
||||
// May include internal headers under napa/*.h
|
||||
|
||||
namespace napa {
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
// Facade for embedders for Napa AppEngine.
|
||||
// May include header files from napa subfolder.
|
||||
|
||||
namespace napa {
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
// Facade header file for napa module developers.
|
||||
// May include internal headers under napa/*.h
|
||||
|
||||
namespace napa {
|
||||
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
// Napa/Node.JS module for Napa AppEngine.
|
|
@ -0,0 +1 @@
|
|||
// Node.JS module for napa runtime.
|
|
@ -0,0 +1 @@
|
|||
Figure out a list of example applications.
|
|
@ -0,0 +1 @@
|
|||
// Example code for Napa AppEngine embedder.
|
|
@ -0,0 +1 @@
|
|||
// Example code for CPP embedder.
|
|
@ -0,0 +1 @@
|
|||
// Example for JS embedder.
|
|
@ -0,0 +1,4 @@
|
|||
We need examples for:
|
||||
1) A CPP module with only static method, and properties.
|
||||
2) A CPP module that create a class, with member methods and properties.
|
||||
3) A CPP module that access Napa specfic module APIs (like allocator, etc.)
|
|
@ -0,0 +1 @@
|
|||
An example of JS module. mostly as today.
|
Загрузка…
Ссылка в новой задаче