aboutsummaryrefslogtreecommitdiff
path: root/FeatureTest.md
diff options
context:
space:
mode:
Diffstat (limited to 'FeatureTest.md')
-rw-r--r--FeatureTest.md11
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).