Skip to content

ECMAScript Proposal, specs, and reference implementation for Realms

Notifications You must be signed in to change notification settings

drses/proposal-realms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECMAScript spec proposal for Realms API

Status

Current Stage

  • Stage 0

Champions

  • @dherman
  • @caridy

Spec Text

You can view the spec rendered as HTML.

Background

Shim

A shim implementation of the Realm API can be found here.

And you can play around with the Shim here.

Contributing

Updating the spec text for this proposal

The source for the spec text is located in spec/index.emu and it is written in ecmarkup language.

When modifying the spec text, you should be able to build the HTML version in index.html by using the following command:

npm install
npm run build
open index.html

Alternative, you can use npm run watch.

About

ECMAScript Proposal, specs, and reference implementation for Realms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.6%
  • JavaScript 30.4%