interface-types icon indicating copy to clipboard operation
interface-types copied to clipboard

Results 37 interface-types issues
Sort by recently updated
recently updated
newest added

Mostly drive by observation, but the explainer currently says: > intertype type definitions are required to be acyclic. This restriction follows from the fact that interface types are meant to...

Some popular source languages don't have the ability to preserve NaN bit patterns. For example, JS has only a single `NaN` value, and makes no guarantees about preserving specific bit...

Rationale: https://github.com/WebAssembly/wasi-filesystem/pull/39#issuecomment-996393018 https://github.com/WebAssembly/wasi-filesystem/pull/40 https://github.com/WebAssembly/wasi-filesystem/pull/41

What will versioning for interface types look like? I recognize this is a can of worms and I'm exploring ways to avoid versioning myself, e.g. serialize complex structures that may...

From https://github.com/WebAssembly/design/issues/1419#issuecomment-861033778: > @lukewagner: I think it would make sense to talk about supporting UTF-16 as an additional encoding in the canonical ABI of string. But that's a whole separate...

Dear authors, thanks for your work on evolving WebAssembly. I am working on my thesis right now, which is all about WebAssembly. I wanted to cite this proposal because it...

How close are we to moving to phase 2? I would like trying to contribute to this proposal if this is possible, but I don't really know how since I'm...

I was thinking about this a bit more today about how you would take an imported function that takes/returns a strings, and then connect that to a core wasm module...

It seems nicer if it could map to a byte sequence, or is that not something that exists? (Same for `ArrayBuffer` I suppose.)

I see IT as crucial puzzle piece for the Wasm eco system, and I keep seeing new proposals and ideas that could benefit from it being available. Yet at the...