From b2ea1983c0c0e9e03df96df0edc7e18beedd8229 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Tue, 4 Aug 2015 09:05:22 -1000 Subject: Drop cell details and move everything to GC.md --- Web.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Web.md') 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/ -- cgit v1.2.3