Skip to content

Commit ae0233a

Browse files
Add Hardened JavaScript reference (#1489)
1 parent c13d1fa commit ae0233a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snaps/learn/about-snaps/execution-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ To use Node.js built-in modules such as `crypto` and `path`, set the
5656

5757
## Secure ECMAScript (SES)
5858

59-
[Secure ECMAScript (SES)](https://github.com/endojs/endo/tree/master/packages/ses) is a subset of
60-
JavaScript designed to enable mutually suspicious programs to execute in the same JavaScript process
59+
[Secure ECMAScript (SES)](https://github.com/endojs/endo/tree/master/packages/ses) is an implementation of the [Hardened JavaScript](https://hardenedjs.org/) proposal.
60+
Hardened JavaScript is a subset of JavaScript designed to enable mutually suspicious programs to execute in the same JavaScript process
6161
(or the same [realm](https://tc39.es/ecma262/#realm)).
6262
You can think of it as a more severe form of
6363
[JavaScript strict mode](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode).

0 commit comments

Comments
 (0)