Re: [w3c/ServiceWorker] Size limits with synchronous WebAssembly functions (#1499)

Hi @jakearchibald,

Would you mind looking though the discussion that @Pauan and I had, in the issue that he linked?
It is a bit long, so I'll summarize why I think this removes an important feature with no alternative available.

If it is no longer possible to run WebAssembly before registering the listeners, this effectively requires writing business logic in javascript that some people (me among them) currently have in WebAssembly.
In particular, I also think requiring this interplay between js&wasm&sw-api will result in decidedly worse application code.

What kind of solution do you think could be available for that situation?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1499#issuecomment-578718693

Received on Monday, 27 January 2020 12:09:05 UTC