[meta] Implement bulk data copy & initialization proposal
Categories
(Core :: JavaScript: WebAssembly, task, P2)
Tracking
()
People
(Reporter: lth, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta)
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
It seems this does not need to block bug 1477743. Reach out to me if it should.
Reporter | ||
Comment 5•6 years ago
|
||
Anne, this bug has been blocking that bug because (a) bulk memory was originally spun out from the shared memory proposal and (b) the shared memory proposal is much less useful without bulk memory. Indeed upcoming google tools are assuming that if shared memory is available, then bulk memory is too, and we've recently landed code to make sure this is also true in firefox.
Don't know if you want to consider that a blocker or not.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 6•5 years ago
|
||
FWIW, there's a discussion about changing the semantics of zero-length fills from dead passive segments / and or change something else so that the semantics match a memory.fill of zero bytes, which is very lenient. https://github.com/WebAssembly/bulk-memory-operations/issues/124
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 7•5 years ago
|
||
I belive we're now done with this.
Description
•