Skip to content

Commit 0fff0ac

Browse files
committed
flow of expansion of "NaCl"
1 parent 574a3ab commit 0fff0ac

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/06/2025
1010
---
1111
# Run compiled code in an extension
1212

13-
You can run compiled code in your extension at near-native speed, by using WebAssembly (Wasm). WebAssembly, also known as Wasm, is a low-level assembly-like language which many other languages, such as C, C++, or Rust, can compile to, and which can run at near native-speed in web browsers.
13+
You can run compiled code in your extension at near-native speed, by using WebAssembly (Wasm). WebAssembly is a low-level assembly-like language which many other languages, such as C, C++, or Rust, can compile to, and which can run at near native-speed in web browsers.
1414

1515
See:
1616
* [WebAssembly](https://developer.mozilla.org/docs/WebAssembly) at MDN.
@@ -20,9 +20,9 @@ See:
2020
<!-- ====================================================================== -->
2121
## Native Client (NaCl) (deprecated)
2222

23-
To enhance web security and performance, 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.
23+
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-
Native Client (NaCl) was a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system.
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.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ These are the next planned [Partner Center](https://partner.microsoft.com/dashbo
1717
<!-- ====================================================================== -->
1818
## Deprecation of Native Client (NaCl)
1919

20-
To enhance web security and performance, 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.
20+
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-
Native Client (NaCl) was a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system.
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.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Check this article often as the Microsoft Edge team updates this article as thin
2424
<!-- ====================================================================== -->
2525
## Deprecation of Native Client (NaCl)
2626

27-
To enhance web security and performance, 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.
27+
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-
Native Client (NaCl) was a sandbox for running compiled C and C++ code in the browser efficiently and securely, independent of the user's operating system.
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.
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)