Skip to content

Commit 97d464c

Browse files
committed
writer pass
1 parent e28162b commit 97d464c

5 files changed

Lines changed: 59 additions & 15 deletions

File tree

microsoft-edge/extensions-chromium/developer-guide/Native Client

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
[![Creative Commons License](../../media/cc-logo/88x31.png)](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).

microsoft-edge/extensions-chromium/whats-new/released-features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.date: 06/23/2023
1414
The following features or updates have been launched on [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/) for Microsoft Edge extensions.
1515

1616

17+
<!-- todo: deprecation of Native Client? -->
18+
19+
1720
<!-- ====================================================================== -->
1821
## Sidebar
1922

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.date: 11/14/2024
1414
These are the next planned [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/) features or updates for Microsoft Edge extensions.
1515

1616

17+
<!-- todo: deprecation of Native Client? -->
18+
19+
1720
<!-- ====================================================================== -->
1821
## Deprecation of the Update REST API v1
1922

microsoft-edge/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,9 @@
10671067
- name: Native messaging
10681068
href: extensions-chromium/developer-guide/native-messaging.md
10691069

1070+
- name: Native Client (NaCl)
1071+
href: extensions-chromium/developer-guide/native-client.md
1072+
10701073
- name: Defining match patterns for an extension to access file URLs
10711074
href: extensions-chromium/developer-guide/match-patterns.md
10721075

0 commit comments

Comments
 (0)