aboutsummaryrefslogtreecommitdiff
path: root/UseCases.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-11 09:43:42 +0200
committerJF Bastien <jfb@chromium.org>2015-06-11 09:43:42 +0200
commit9d8df3fd18bc68db8aad6f4bf3e24ebc772a01f9 (patch)
tree6b4428b99d254f93e7362385ed725eec39f1e064 /UseCases.md
parentb21682d6b49c4866010ccb5d3b01bbec8aef6425 (diff)
downloadnanowasm-design-9d8df3fd18bc68db8aad6f4bf3e24ebc772a01f9.tar.gz
Clarify code reuse.
Diffstat (limited to 'UseCases.md')
-rw-r--r--UseCases.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/UseCases.md b/UseCases.md
index 18bad7e..5689f7d 100644
--- a/UseCases.md
+++ b/UseCases.md
@@ -47,4 +47,5 @@ designers think WebAssembly will *enable*.
* Entire code base in Web Assembly.
* Main frame in Web Assembly, but the UI is in JavaScript / HTML.
* Re-use existing code by targeting Web Assembly, embedded in a larger
- JavaScript / HTML application.
+ JavaScript / HTML application. This could be anything from simple helper
+ libraries, to compute-oriented task offload.