asm-js / validator

A reference validator for asm.js.
Apache License 2.0
1.78k stars 148 forks source link

Missing lib/table.js #60

Closed cscott closed 10 years ago

cscott commented 11 years ago

The top of lib/validate.js contains:

var tables = require('./tables');

but there is no file lib/tables.js checked in to git.

cscott commented 11 years ago

This is a dup of issue #50. Sorry about that. Still needs to be fixed, though!

abstractj commented 11 years ago

Hi I'm having the same issue here. Any luck?

cscott commented 11 years ago

No, but http://turtlescript.github.cscott.net/asmjs.html now has a fairly complete list of errata to the spec, as well as a stand-alone validator which is more up-to-date than this one.