From 7151f6dea2bc05c14aec6f7bb37a30609caf905a Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Thu, 10 Sep 2015 20:21:48 -0500 Subject: Add feature test AST node --- FeatureTest.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FeatureTest.md') 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. -- cgit v1.2.3