Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 405 Bytes

FeatureTest.md

File metadata and controls

11 lines (8 loc) · 405 Bytes

Feature Test

Any feature not present in the MVP will have a corresponding feature test. This allows polyfills to elegantly emulate a feature, and allows developers to fallback to another implementation if they so desire.

Feature tests will be available from WebAssembly itself, as well as from JavaScript.

Details are still be hashed out.