test262-web-runner

(★ 30)

Run test262 in a browser

File Explorer

  • blank.html
  • cross-origin-http.py
  • index.html
  • jszip.min.js
  • main.js
  • README.md
  • style-transformed.css
  • style.css
  • transformed.html
  • transformed.js
  • worker.js

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

// repository documentation