diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-04 17:36:36 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-04 17:36:36 -0700 |
| commit | 8eff2a4768fd5f8a1506c2b3d48294d7abb73004 (patch) | |
| tree | 43372ff90e735cfecd44e401946fedb9543b3c5a /FeatureTest.md | |
| parent | a6272b1c5d7219bd1ba8e6452ac0b905a2e95acf (diff) | |
| parent | 0b450fe855ab25cde82ba10c78e2139e75df8b94 (diff) | |
| download | nanowasm-design-8eff2a4768fd5f8a1506c2b3d48294d7abb73004.tar.gz | |
Merge pull request #113 from WebAssembly/feature-test
Add a new feature test section, link to it.
Diffstat (limited to 'FeatureTest.md')
| -rw-r--r-- | FeatureTest.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FeatureTest.md b/FeatureTest.md new file mode 100644 index 0000000..f9877dc --- /dev/null +++ b/FeatureTest.md @@ -0,0 +1,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/spec/issues/90). |
