Sergey Rubanov

Results 71 issues of Sergey Rubanov

https://github.com/tc39/agendas/blob/master/2019/07.md

TC39 Meeting

https://github.com/tc39/agendas/blob/master/2019/06.md

TC39 Meeting

https://github.com/tc39/agendas/blob/master/2019/03.md

TC39 Meeting

This discussion was started in WASI repo https://github.com/WebAssembly/WASI/issues/65. It'd be great to have a way to keep wasm computations constant time (and prevent JIT optimizations) to implement cryptographic algorithms in...

It would be nice to have [this slide deck](https://docs.google.com/presentation/d/1P5DdJBQrr5hj_x-SqQxk8HOTaipJUaxbH0icp1g9iMk/edit#slide=id.p) in the [Management document](https://github.com/tc39/how-we-work/blob/master/management.md). I'm not sure what is the best place to add it. Any ideas?

Some types are incorrect, for example `WebAssembly.compile` accepts only ArrayBuffer, but it should accept [BufferSource](https://heycam.github.io/webidl/#BufferSource) instead

Also: - update CI - update deps - remove a build step - remove minified versions - move static properties and `isTonicComponent` getter to the Tonic class - set the...

Seems like there is no way to add Authorization header or any other headers for EventSource. Is there any reason it shouldn't be possible?

addition/proposal
needs implementer interest
topic: fetch
topic: eventsource

the regex is `^[a-z]+(-[a-z]+)*$`

ENHANCEMENT
GOOD FIRST ISSUE

Compilation (and instantiation?) of WebAssembly module could be a resource intensive operation so there should be a way for wasm hosts to abort this step in cases when module is...

JS embedding