asm-js / validator

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

Foreign function invocations do not validate #119

Open sehugg opened 8 years ago

sehugg commented 8 years ago

Validating a module that uses foreign functions gives a "expected function type, got Function" error upon attempting to validate the function invocation.

This can be duplicated by validating the module in the README.

vird commented 7 years ago

Bug is still reproducing. Any updates?