diff options
| author | Michael Holman <michael.holman@microsoft.com> | 2015-06-10 11:28:56 -0700 |
|---|---|---|
| committer | Michael Holman <michael.holman@microsoft.com> | 2015-06-10 11:28:56 -0700 |
| commit | 615fcd50efb22872ead6c8eaed600e2cdc30e65e (patch) | |
| tree | db78f36f4cc5349825b9b791ba82ca70c8b1f4b2 | |
| parent | 1728e1303c7fb896339a202a12d83597e318caae (diff) | |
| download | nanowasm-design-615fcd50efb22872ead6c8eaed600e2cdc30e65e.tar.gz | |
reword to clarify that ABI will NOT be standardized for MVP
| -rw-r--r-- | MVP.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
