| 07:15 | <Jack Works> | oh |
| 07:15 | <Jack Works> | with: { webpack: { ... } } isn't valid syntax today |
| 10:53 | <littledan> | Nope |
| 14:59 | <nicolo-ribaudo> | During the call yesterday I was wrong: CSP for wasm is only checked once, during compilation. I was confused by the CSP check in WebAssembly.instantiate, but it only happens when calling it with raw bytes and not with an already compiled WebAssembly.Module |
| 14:59 | <littledan> | During the call yesterday I was wrong: CSP for wasm is only checked once, during compilation. I was confused by the CSP check in |
| 15:04 | <nicolo-ribaudo> | From what I understood yesterday, it's entirely hypotetical because different CSPs between the main thread and workers are not properly supported |
| 15:08 | <nicolo-ribaudo> | (or at least, both Chrome and Firefox have problems, would need to check Safari) |
| 16:14 | <littledan> | there was earlier a disagreement between browsers about which stage CSP should be checked at. If that's resolved now, that's great |