Update wasi-sdk to the latest trunk
Categories
(Firefox Build System :: Toolchains, task)
Tracking
(firefox95 fixed)
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•3 years ago
|
||
Comment 3•3 years ago
|
||
bugherder |
Comment 4•3 years ago
|
||
Backed out as requested: https://hg.mozilla.org/integration/autoland/rev/cdde2d8a8c43778ff013913421c1018a8cc55ee1
Assignee | ||
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/cdde2d8a8c43
Comment 8•3 years ago
|
||
bugherder |
Comment 9•3 years ago
|
||
Bug 1739128 is a consequence of this change.
Comment 10•3 years ago
|
||
Looks like WASI-SDK 13 is about to go live soon: https://github.com/WebAssembly/wasi-sdk/issues/202
Comment 11•3 years ago
|
||
Comment 12•3 years ago
|
||
And now we have WASI-SDK 14 because of borkage in WASI-SDK 13: https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-14
Comment 13•3 years ago
|
||
Dan Gohman stated the following with regard to an update to the WASI SDK and the forthcoming LLVM 13.0.1:
"At a quick scan through the changes on the release/13.x branch so far, most are specific to other platforms, but one that stands out to me is the SLPVectorization patch, D106613. It looks like we should do a new release for 13.0.1."
The bug he's referencing is https://reviews.llvm.org/D106613?id=375058
So we should expect a new WASI SDK in the future.
Comment 14•3 years ago
|
||
WASI-SDK 15 was just minted: https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-15
Update to LLVM 14.0.
Update to the latest wasi-libc
Add support for accept and accept4
Add support for DTTOIF and IFTODT.
Add support for utimes and futimesat.
Comment 15•2 years ago
|
||
And now we have WASI-SDK 16: https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-16
Update to LLVM 14.0.4.
Update wasi-libc to 30094b6ed05f19cee102115215863d185f2db4f0.
Fix utimensat to avoid passing uninitialized values into WASI calls.
Optimize memcpy etc. using bulk-memory
Update to musl 1.2.3.
Fix gettimeofday to correctly handle a null argument.
Remove support for __original_main. (#295)
Comment 16•2 years ago
|
||
Wouldn't WASi-SDK 16 be good to include for 104?
Assignee | ||
Comment 17•2 years ago
|
||
(In reply to Arthur K. [He/Him] from comment #16)
Wouldn't WASi-SDK 16 be good to include for 104?
Description
•