Skip to content

Commit 4bad516

Browse files
committed
independently
1 parent 0fff0ac commit 4bad516

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

microsoft-edge/extensions-chromium/developer-guide/run-compiled-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ See:
2222

2323
To enhance web security and performance, Native Client (NaCl) is deprecated for Microsoft Edge, along with other browsers. NaCl was deprecated (discouraged but still supported) starting in 2020. Support for NaCl will be discontinued starting with Microsoft Edge 138.
2424

25-
NaCl was a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system. WebAssembly (Wasm) is recommended instead of NaCl.
25+
NaCl was a sandbox for running compiled C and C++ code in browsers efficiently and securely, independently of the user's operating system. WebAssembly (Wasm) is recommended instead of NaCl.
2626

2727
See also:
2828
* [Manifest - Nacl Modules](https://developer.chrome.com/docs/extensions/mv2/manifest/nacl-modules)

microsoft-edge/extensions-chromium/whats-new/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These are the next planned [Partner Center](https://partner.microsoft.com/dashbo
1919

2020
To enhance web security and performance, Native Client (NaCl) is deprecated for Microsoft Edge, along with other browsers. NaCl was deprecated (discouraged but still supported) starting in 2020. Support for NaCl will be discontinued starting with Microsoft Edge 138.
2121

22-
NaCl was a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system. WebAssembly (Wasm) is recommended instead of NaCl.
22+
NaCl was a sandbox for running compiled C and C++ code in browsers efficiently and securely, independently of the user's operating system. WebAssembly (Wasm) is recommended instead of NaCl.
2323

2424
See [Native Client (NaCl) (deprecated)](../developer-guide/run-compiled-code.md#native-client-nacl-deprecated) in _Run compiled code in an extension_.
2525

microsoft-edge/web-platform/site-impacting-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Check this article often as the Microsoft Edge team updates this article as thin
2626

2727
To enhance web security and performance, Native Client (NaCl) is deprecated for Microsoft Edge, along with other browsers. NaCl was deprecated (discouraged but still supported) starting in 2020. Support for NaCl will be discontinued starting with Microsoft Edge 138.
2828

29-
NaCl was a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system. WebAssembly (Wasm) is recommended instead of NaCl.
29+
NaCl was a sandbox for running compiled C and C++ code in browsers efficiently and securely, independently of the user's operating system. WebAssembly (Wasm) is recommended instead of NaCl.
3030

3131
See [Native Client (NaCl) (deprecated)](../extensions-chromium/developer-guide/run-compiled-code.md#native-client-nacl-deprecated) in _Run compiled code in an extension_.
3232

0 commit comments

Comments
 (0)