|
| 1 | +--- |
| 2 | +title: Native Client (NaCl) |
| 3 | +description: Native Client (NaCl). |
| 4 | +author: MSEdgeTeam |
| 5 | +ms.author: msedgedevrel |
| 6 | +ms.topic: conceptual |
| 7 | +ms.service: microsoft-edge |
| 8 | +ms.subservice: extensions |
| 9 | +ms.date: 03/17/2021 |
| 10 | +--- |
| 11 | +<!-- Copyright A. W. Fuchs |
| 12 | +
|
| 13 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 14 | +you may not use this file except in compliance with the License. |
| 15 | +You may obtain a copy of the License at |
| 16 | +
|
| 17 | + https://www.apache.org/licenses/LICENSE-2.0 |
| 18 | +
|
| 19 | +Unless required by applicable law or agreed to in writing, software |
| 20 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 21 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 22 | +See the License for the specific language governing permissions and |
| 23 | +limitations under the License. --> |
| 24 | +# Native Client (NaCl) |
| 25 | + |
| 26 | +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. |
| 27 | + |
| 28 | +To enhance web security and performance, NaCl is deprecated for Microsoft Edge, along with other browsers. |
| 29 | + |
| 30 | +<!-- todo: hard or soft deprection? ie, will it still work, but discouraged? or won't work now? dates? --> |
| 31 | + |
| 32 | +The vibrant ecosystem around WebAssembly (Wasm) makes it a better fit for new and existing high-performance web apps. |
| 33 | + |
| 34 | + |
| 35 | +<!-- ---------------------------------------------------------------------- --> |
| 36 | +## See also |
| 37 | + |
| 38 | +* [link] - migrating from Native Client (NaCl) to WebAssembly. |
| 39 | +* [link] - Learn more about Manifest - Nacl Modules. |
| 40 | + |
| 41 | + |
| 42 | +<!-- ---------------------------------------------------------------------- --> |
| 43 | +> [!NOTE] |
| 44 | +> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0). |
| 45 | +> The original page is found [here](https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns).<!-- todo: where is orig upstream chrome docs page? --> |
| 46 | +
|
| 47 | +<!-- the original page for MV2 is now found [here](https://developer.chrome.com/docs/extensions/mv2/match-patterns) --> |
| 48 | + |
| 49 | +[](https://creativecommons.org/licenses/by/4.0) |
| 50 | +This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0). |
0 commit comments