JP Sugarbroad
Results
63
comments of
JP Sugarbroad
Alternatively if we had some kind of LIBMTP_Get/SetCustomDeviceProperty that would work.
FWIW, it is possible to chain up the narrowing with some silly-looking code: ```js if (x.type.type === "a") { if (x.type === x.type) { x.a // No type error }...
I think in a world with `externref` and `exnref` we are good with interchangeability. Can anyone think of a scenario where you couldn't translate JS code into wasm code and...