Lars T Hansen

Results 197 comments of Lars T Hansen

> I'm not actually convinced this is a good idea. Depending on the proposal, separating out new tests can be rather unnatural and tedious and create unnecessary work later to...

I don't think this was discussed. My fault. I have a note on my TODO list: "Followup with AR", without a subject... must have been this one. @rossberg makes a...

FWIW the original proposal text did allow a number to be imported into a mutable global: https://github.com/WebAssembly/mutable-global/blob/master/proposals/mutable-global/Overview.md#webassemblyinstance-constructor

I agree that it makes most sense for it to be immutable (and we can always open it up later), I just wanted to make sure the decision was made...

We've had our own test suite for these operations, but I've imported the proposal's tests today and run them, and we pass all of them. They'll land this week and...

By the way... is anyone planning to ship this for secure contexts only?

I should add, our tentative inclination is to ship it for all contexts (small feature that is basically an adjustment to the ISA; grandfathered in).