aboutsummaryrefslogtreecommitdiff
path: root/Web.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-08-04 09:05:22 -1000
committerLuke Wagner <luke@mozilla.com>2015-08-04 09:05:22 -1000
commitb2ea1983c0c0e9e03df96df0edc7e18beedd8229 (patch)
treeaa15df479ef0ed137723d108ea9833a32c0a8eb9 /Web.md
parent23df753790db256dadc0337d87fb2b593133cae2 (diff)
downloadnanowasm-design-b2ea1983c0c0e9e03df96df0edc7e18beedd8229.tar.gz
Drop cell details and move everything to GC.md
Diffstat (limited to 'Web.md')
-rw-r--r--Web.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/Web.md b/Web.md
index adb9cfc..4276325 100644
--- a/Web.md
+++ b/Web.md
@@ -25,11 +25,12 @@ and the rest of the Web platform that have been considered:
perform N fetches and compile N copies.
- WebAssembly may later standardize a more direct way to create a thread that
doesn't involve creating a new Worker.
-* Once [SIMD is supported](PostMVP.md#fixed-width-simd), a Web implementation of
- WebAssembly would:
+* Once [SIMD is supported](PostMVP.md#fixed-width-simd) WebAssembly would:
- Be statically typed analogous to [SIMD.js-in-asm.js][];
- Reuse specification of operation semantics (with TC39);
- Reuse backend implementation (same IR nodes).
+* Once [GC is supported](GC.md), WebAssembly code would be able to reference
+ and access and JS, DOM, and general WebIDL-defined objects.
[CORS]: https://www.w3.org/TR/cors/
[subresource integrity]: https://www.w3.org/TR/SRI/