Results 574 comments of Mark S. Miller

At the WASI meeting on 15 August 2019, we decided to rename "weak imports" to "optional imports".

> ```js > const capData = JSON.parse(capDataStr); > const shapedData = capPresence(marshaller).from(capData, specShape); > ``` I don't understand. What is this code trying to say? What is it an example...

I actually still don't understand what the code is trying to say. But I did understand all of https://github.com/endojs/endo/pull/1402 and have approved it. Given that, do I still need to...

Ok, with that diagnosis, I agree we should > retitle this to “Add AsyncGenerator.length to allow-list to accommodate Safari” and do the work? as @kriskowal suggests at https://github.com/endojs/endo/issues/660#issuecomment-834560524 Thanks @leotm...

See also https://github.com/endojs/endo/issues/1228

@Jack-Works now that #1228 is fixed, do you still need this feature?

> > ... not respect language invariants? > > Yes, of which there is only one known one, the browser window object. There is also `document.all` which I mercifully often...

At https://github.com/endojs/endo/pull/892#issuecomment-922060259 is stated the further requirement > Upgrading V8 without altering this project should not flip a passing or failing test. But no one shows any signs of doing...

> However I still don't know how such a test can be included in this repo given it will fail under some of the engines we support (namely Node 16...