Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ca6d40d
doc: add initial list of technical priorities
mhdawson Sep 27, 2021
29cfbe6
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
12d72b0
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
cd82ba4
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
8afb973
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
dd46885
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
0da05f6
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
cdbe0fc
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
ee72011
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
83da957
Update doc/guides/technical-priorities.md
mhdawson Oct 6, 2021
ae10e14
Update doc/guides/technical-priorities.md
mhdawson Oct 15, 2021
c72f27a
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
3488894
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
c5be401
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
8b78b12
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
752e8d7
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
1baef22
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
c3e15dd
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
79af965
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
2c62000
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
56edab3
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
e57f9b4
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
8df58c2
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
803372c
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
31d29c5
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
1e397eb
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
06d1642
Update doc/guides/technical-priorities.md
mhdawson Oct 27, 2021
a4254bf
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
2854e98
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
7328a7f
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
87e4f21
Update doc/guides/technical-priorities.md
mhdawson Oct 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/guides/technical-priorities.md
Co-authored-by: Rich Trott <rtrott@gmail.com>
  • Loading branch information
mhdawson and Trott authored Oct 28, 2021
commit 7328a7f46304aad5de2ed861e0b33bc19cadecd0
2 changes: 1 addition & 1 deletion doc/guides/technical-priorities.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ path for newcomers.
The use of WebAssembly has been growing over the last few years.
To ensure Node.js continues to be part of solutions where a
subset of the solution needs the performance that WebAssembly can
deliver it is important that Node.js provide good support for running
deliver, Node.js must provide good support for running
WebAssembly components along with the JavaScript that makes up the rest
of the solution. This includes implementations of “host” APIs like WASI.

Expand Down