aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-05-18 16:02:12 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-05-18 16:02:12 -0700
commit84d4f243b20ae23bd367d66a8abfe428963363e8 (patch)
treee4e4bd449ce44fd4e72f8302687c9f2edd7ab52b /FutureFeatures.md
parente086687948c6073cbf5e32095a13588a50fdd037 (diff)
downloadnanowasm-design-84d4f243b20ae23bd367d66a8abfe428963363e8.tar.gz
mention typed arrays as a GC thing we will want to support, alongside other things from JS
Diffstat (limited to 'FutureFeatures.md')
-rw-r--r--FutureFeatures.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 1a0e00a..95ef25c 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -39,6 +39,7 @@ This is covered in the [tooling](Tooling.md) section.
* Initially, things with fixed structure:
* JS strings
* JS functions (as callable closures)
+ * Typed Arrays
* [Typed objects](https://github.com/nikomatsakis/typed-objects-explainer/)
* DOM objects via WebIDL
* Perhaps a rooting API for safe reference from the linear address space