diff options
| author | Luke Wagner <luke@mozilla.com> | 2015-08-04 09:05:22 -1000 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2015-08-04 09:05:22 -1000 |
| commit | b2ea1983c0c0e9e03df96df0edc7e18beedd8229 (patch) | |
| tree | aa15df479ef0ed137723d108ea9833a32c0a8eb9 /Web.md | |
| parent | 23df753790db256dadc0337d87fb2b593133cae2 (diff) | |
| download | nanowasm-design-b2ea1983c0c0e9e03df96df0edc7e18beedd8229.tar.gz | |
Drop cell details and move everything to GC.md
Diffstat (limited to 'Web.md')
| -rw-r--r-- | Web.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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/ |
