Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

A Mozilla Research project to specify and develop the extremely optimizable subset of JS targeted by compilers like Emscripten, Mandreel, and LLJS.

~Discussion of the asm.js spec now takes place on Specifiction [here](http://discourse.specifiction.org/c/asm-js).~
~Discussion of the asm.js spec now takes place on Specification [here](http://discourse.specifiction.org/c/asm-js).~

The [spec repo](https://github.com/asm-js/spec) hosts the source for
[the current asm.js Working Draft](http://asmjs.org/spec/latest/).

This repo hosts JS source code which performs asm.js validation, however
This repo hosts JS source code which performs asm.js validation, however,
as of this update, this code is not up to date with the latest working draft and is
not extensively tested. Patches to update it or fix bugs are welcome though.

Expand Down