Skip to content

Commit

Permalink
doc: add single executable application initiative
Browse files Browse the repository at this point in the history
Refs: https://github.com/nodejs/node/issues/43432
Refs: nodejs/node#42334
Refs: https://github.com/nodejs/node/blob/main/doc/contributing/technical-priorities.md#single-executable-applications

Signed-off-by: Michael Dawson <mdawson@devrus.com>

PR-URL: nodejs/node#43611
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
mhdawson authored and guangwong committed Oct 10, 2022
1 parent 69516f5 commit a0de01b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions doc/contributing/strategic-initiatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ agenda to ensure they are active and have the support they need.

## Current initiatives

| Initiative | Champion | Links |
| ------------------- | --------------------------- | --------------------------------------------- |
| Core Promise APIs | [Antoine du Hamel][aduh95] | <https://github.com/nodejs/TSC/issues/1094> |
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> |
| Shadow Realm | [Chengzhong Wu][legendecas] | <https://github.com/nodejs/node/issues/42528> |
| Startup performance | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/35711> |
| V8 Currency | [Michaël Zasso][targos] | |
| Next-10 | [Michael Dawson][mhdawson] | <https://github.com/nodejs/next-10> |
| Initiative | Champion | Links |
| ---------------------- | --------------------------- | --------------------------------------------- |
| Core Promise APIs | [Antoine du Hamel][aduh95] | <https://github.com/nodejs/TSC/issues/1094> |
| QUIC / HTTP3 | [James M Snell][jasnell] | <https://github.com/nodejs/quic> |
| Shadow Realm | [Chengzhong Wu][legendecas] | <https://github.com/nodejs/node/issues/42528> |
| Startup performance | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/35711> |
| V8 Currency | [Michaël Zasso][targos] | |
| Next-10 | [Michael Dawson][mhdawson] | <https://github.com/nodejs/next-10> |
| Single executable apps | [Jesse Chan][jesec] | <https://github.com/nodejs/node/issues/43432> |

<details>
<summary>List of completed initiatives</summary>
Expand All @@ -38,6 +39,7 @@ agenda to ensure they are active and have the support they need.

[aduh95]: https://github.com/aduh95
[jasnell]: https://github.com/jasnell
[jesec]: https://github.com/jesec
[joyeecheung]: https://github.com/joyeecheung
[legendecas]: https://github.com/legendecas
[mhdawson]: https://github.com/mhdawson
Expand Down

0 comments on commit a0de01b

Please sign in to comment.