aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Holman <michael.holman@microsoft.com>2015-06-10 11:28:56 -0700
committerMichael Holman <michael.holman@microsoft.com>2015-06-10 11:28:56 -0700
commit615fcd50efb22872ead6c8eaed600e2cdc30e65e (patch)
treedb78f36f4cc5349825b9b791ba82ca70c8b1f4b2
parent1728e1303c7fb896339a202a12d83597e318caae (diff)
downloadnanowasm-design-615fcd50efb22872ead6c8eaed600e2cdc30e65e.tar.gz
reword to clarify that ABI will NOT be standardized for MVP
-rw-r--r--MVP.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/MVP.md b/MVP.md
index d98b6db..4d557d1 100644
--- a/MVP.md
+++ b/MVP.md
@@ -46,8 +46,9 @@ separate docs with more precise descriptions of:
* In the browser, the WebIDL support mentioned in
[future features](FutureFeatures.md).
* Any [ABI](http://en.wikipedia.org/wiki/Application_binary_interface) for
- statically linked libraries will defined by your source language compiler in
- the MVP, but may be standardized post-MVP.
+ statically linked libraries will specific to your source language compiler.
+ In the future, [standard ABIs may be defined](FutureFeatures.md#dynamic-linking)
+ to allow for compatibility between compilers and versions of compilers.
* **TODO**: there is more to discuss here concerning APIs.
## Module structure