2024-09-03 [11:28:21.0095] looks like compile-time imports for wasm are going to ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/zww0CT9PRVw/m/YmtNkC4jAQAJ [11:28:35.0453] was there ever a strategy worked out for integrating that with the source-phase imports proposal? [11:43:49.0953] Source phase imports give you a WebAssembly.Module instance, so then you can instantiate it with that [11:57:22.0108] > <@bakkot:matrix.org> was there ever a strategy worked out for integrating that with the source-phase imports proposal? My understanding was that wasm modules coming from the JS loaders would have js-string enabled by default [12:16:10.0229] Wasm ESM integration will specify that string builtins is enabled for source phase, Luca Casonato mentioned this at our update at the last meeting [12:16:28.0741] * Wasm ESM integration will specify that string builtins is enabled for instance & source phase, Luca Casonato mentioned this at our update at the last meeting [12:16:43.0254] * Wasm ESM integration will specify that string builtins is enabled for instance & source phase, Luca Casonato mentioned this at our update at the last plenary meeting [12:20:35.0328] > <@littledan:matrix.org> Source phase imports give you a WebAssembly.Module instance, so then you can instantiate it with that right but that's after the `.compile` time when you'd want to enable it [12:20:43.0803] > <@guybedford:matrix.org> Wasm ESM integration will specify that string builtins is enabled for instance & source phase, Luca Casonato mentioned this at our update at the last plenary meeting ah, great, sorry I missed that [12:22:08.0369] presumably also any other built-ins? at least those which don't add capabilities? (which, IIUC the intention is for them to never add capabilities) [12:22:59.0224] I believe the intention is for them not to introduce capabilities under compile-time builtins, and that those are better suited as instantiation imports [12:23:10.0558] but we will have to see how things progress too [12:23:34.0004] perhaps a future compile time import could "pull in" an instantiation import [12:23:42.0551] to represent the capability boundary [12:23:55.0442] (I'm not sure I'm just hypothesising) [12:24:36.0075] at the very least, we can consider proposals on a case by case basis, and should ensure this feedback is part of any future builtins though [12:27:14.0167] that would be a nice way of doing it, yeah 2024-09-12 [07:25:47.0586] I unfortunately cannot join the meeting today [08:03:12.0939] I can (i'm in the Meet) [08:03:49.0759] I have an ad-hoc conflict and can not make it [08:58:21.0393] Notes from today's meeting: https://app.fireflies.ai/view/TC39-Module-Harmony::UkkwlgF06sllfUKA 2024-09-16 [04:52:54.0677] guybedford shu I wrote down how I would like to see the "Module" vs "Module Source" to be represented in the spec, and what it should mean for two modules to be "the same module". https://notes.igalia.com/ZuVEtJzHTveQW5yBOSG2vQ Most of this can apply to scripts if needed, to support shared structs correlation in scripts [11:08:20.0167] this looks like the right kind of direction to me [11:09:46.0404] Couple of points: 1. Is this purely a refactoring, or, beyond the change of abstraction boundaries with HTML etc - are there real semantic differences at all? It would be nice to see those categorised. 2. Module expressions and module declarations also have the concept of canonical instances, which need to be defined here, and it would be good to have a description of that in this context. [11:11:36.0982] This is purely editorial/layering 2024-09-17 [03:02:08.0956] > Module expressions and module declarations also have the concept of canonical instances, which need to be defined here, and it would be good to have a description of that in this context. I am thinking that the canonical instance can be created lazily, and 262 would call into HTML through a hook to query that cache (that HTML can populate in the hook itself) [03:02:37.0787] So HTML would check "do I have a canonical instance for this? If not, do I know how to create one?" [03:02:51.0582] Which also applies to top-level module sources that are postMessaged to other workers 2024-09-19 [04:23:23.0318] I won't be at the meeting this week and next (work trip) 2024-09-26 [08:03:40.0380] Is anybody joining today? :) [08:03:53.0363] Btw, attendance recently has been a bit low. We might consider re-scheduling the meeting to a different time [08:03:57.0710] * Btw, attendance recently has been a bit low. We might consider re-scheduling the meeting to a different time slot [08:04:06.0737] will be there in a minute [10:41:28.0254] nicolo-ribaudo: Can I trouble you for a link to your proposed 262 module record refactor? Moddable is looking into implementability of virtual Module constructor and it occurs to me that your refactor overlaps https://tc39.es/proposal-compartments/0-module-and-module-source.html [10:42:37.0728] Oh, that’s https://notes.igalia.com/ZuVEtJzHTveQW5yBOSG2vQ ty