| website | https://blog.sunfishcode.online |
| github | https://github.com/sunfishcode |
| website | https://blog.sunfishcode.online |
| github | https://github.com/sunfishcode |
Looking forward to regular open office hours today, but there's a time change: due to daylight savings time here, the time in UTC has shifted an hour later.
cap-std is now at 1.0!
The main change in this release is the update to io-lifetimes 1.0, which marks the update to use the I/O safety features in the standard library when available.
io-lifetimes is now at 1.0!
The main functionality of OwnedFd/BorrowedFd/AsFd/etc. is stable in std as of Rust 1.64. io-lifetimes 1.0 just re-exports those, when available, and provides its own implementation on older Rust versions.
My presentation slides from the Wasm SIMD Subgroup meeting, proposing an approach for permitting nondeterministic SIMD operations, but preserving a path to deterministic semantics:
New blog post: What is a World?
Lots of recent discussions in WASI have been talking about Worlds recently. What is a World?
> Is there ongoing work on such a tool? I am aware of wasm-ld, but as far as I know this is LLVM specific. Could a tool like this be generic?
Yes, there is ongoing work on tooling in this space. And yes, at this level, tools can be independent of LLVM because they're just operating on components, which fully encapsulate their implementation.