aboutsummaryrefslogtreecommitdiff
path: root/FeatureTest.md
blob: cd6ca34abd2da41939f8cefffa2ccba2af8ce405 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Feature Test

Any feature not present in [the MVP](MVP.md) 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](https://github.com/WebAssembly/design/issues/90).