diff options
| author | Luke Wagner <mail@lukewagner.name> | 2015-09-10 20:21:48 -0500 |
|---|---|---|
| committer | Luke Wagner <mail@lukewagner.name> | 2015-09-10 20:22:08 -0500 |
| commit | 7151f6dea2bc05c14aec6f7bb37a30609caf905a (patch) | |
| tree | a305f9003188fd3ba14490a9e81e783d00f6d246 /FeatureTest.md | |
| parent | d902182706664be2f99cd3540a26fd1ddb3877cf (diff) | |
| download | nanowasm-design-7151f6dea2bc05c14aec6f7bb37a30609caf905a.tar.gz | |
Add feature test AST node
Diffstat (limited to 'FeatureTest.md')
| -rw-r--r-- | FeatureTest.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FeatureTest.md b/FeatureTest.md index cd6ca34..0214bd8 100644 --- a/FeatureTest.md +++ b/FeatureTest.md @@ -4,8 +4,8 @@ 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. +Feature tests will be available from +[WebAssembly itself](AstSemantics.md#feature-test), as well as from JavaScript. -Details -[are still be hashed out](https://github.com/WebAssembly/design/issues/90). +See also [better feature testing support](FutureFeatures.md#better-feature-testing-support) +in future features. |
