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.