Skip to content

Commit

Permalink
✨ 2024-03-27
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Mar 27, 2024
1 parent 32a9f96 commit ea86aac
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See [Scope](#scope) for our mandate.

## Agenda

see [2024-03-27](meetings/2024/2024-03-27.md) and [the backlog](meetings/backlog.md) 👀
see [2024-04-03](meetings/2024/2024-04-03.md) and [the backlog](meetings/backlog.md) 👀

## Meetings

Expand Down
2 changes: 1 addition & 1 deletion meetings/2024/2024-03-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Meeting link: [join zoom meeting](https://us02web.zoom.us/j/81143085896?pwd=TUE3
|| Mathieu Hofman | @mhofman | MHN | Agoric |
|| Nicolò Ribaudo | @nicolo-ribaudo | NRO | Igalia |
|| Richard Gibson | @gibson042 | RGN | Agoric |
|| Saleh Abdel Motaal | @SMotaa | | |
|| Saleh A. Motaal | @SMotaal | | TBD |

## Agenda

Expand Down
40 changes: 28 additions & 12 deletions meetings/2024/2024-03-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ Meeting link: [join zoom meeting](https://us02web.zoom.us/j/81143085896?pwd=TUE3
| Present | Name | GH Username | TLA | Affiliation |
| :-----: | ---------------- | --------------- | --- | ----------- |
| | Chip Morningstar | @FUDCo | CM | Agoric |
| | Chris de Almeida | @ctcpip | CDA | IBM |
| | Daniel Veditz | @dveditz | DPV | Mozilla |
| | Jack Works | @Jack-Works | JWK | Sujitech |
| | Jordan Harband | @ljharb | JHD | HeroDevs |
| | Kris Kowal | @kriskowal | KKL | Agoric |
| | Mark Miller | @erights | MM | Agoric |
| | Mathieu Hofman | @mhofman | MHN | Agoric |
| | Michael Ficarra | @michaelficarra | MF | F5 |
| | Peter Hoddie | @phoddie | PHE | Moddable |
| | Richard Gibson | @gibson042 | RGN | Agoric |
| | | | | |
| | Chip Morningstar | @FUDCo | CM | TBD |
| | Chris de Almeida | @ctcpip | CDA | IBM |
| | Daniel Veditz | @dveditz | DPV | Mozilla |
| | Eli Grey | @eligrey | | Transcend |
| | Jordan Harband | @ljharb | JHD | HeroDevs |
| | Kris Kowal | @kriskowal | KKL | Agoric |
| | Mark Miller | @erights | MM | Agoric |
| | Nicolò Ribaudo | @nicolo-ribaudo | NRO | Igalia |
| | Richard Gibson | @gibson042 | RGN | Agoric |
| | Luca Casonato | @lucacasonato | LCA | Deno |
| | Guy Bedford | @guybedford | GB | OpenJS |
| | Saleh A. Motaal | @SMotaal | | TBD |

## Agenda

Expand All @@ -39,3 +39,19 @@ Meeting link: [join zoom meeting](https://us02web.zoom.us/j/81143085896?pwd=TUE3
| | |

### review of previous agenda and action items

GB: Topic extending source phase to JavaScript modules.

- by the time you have a handle on a wasm module, it's already passed CSP
-
- dynamic import should remain the only execution mechanism `import(handleToModule)`
- only remaining ? case is Workers
- a Worker might have a different CSP policy, so we need to ensure it's not an escalation. (need a CSP re-check)

KKL: i think my previous solution was that a WeakMap in userland without a host CSP could have an emulated CSP in an unsafe-eval env. i think i'm satisfied with that. are you still proposing a difference between module instance and source?

GB: (Paraphrase: does still propose an eventual Module instance that could be used for multiple instantiation of a source, not included in the current proposal.)

KKL: Bindings array design (as opposed to separated imports and exports) <https://github.com/tc39/proposal-compartments/blob/master/1-static-analysis.md>

ACTION: CDA: YT account to post recordings. good idea to make private at least at first and only share with TG3/TC39
41 changes: 41 additions & 0 deletions meetings/2024/2024-04-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 20th Meeting of TC39-TG3 - 2024-04-03

| | |
| -----------: | --------------- |
| US / Central | 12:00 Wednesday |
| UTC | 17:00 Wednesday |
| China | 01:00 Thursday |

Meeting link: [join zoom meeting](https://us02web.zoom.us/j/81143085896?pwd=TUE3WGgrdEZmNFZJc0g4QzBHUWczdz09)

## Folks

> [!NOTE]
> Add a ✓ to the `Present` column in the table below, and add anyone missing. Also add to [the template](../template.md) and [GitHub team](https://github.com/orgs/tc39/teams/tg3) if the individual is a regular attendee.
| Present | Name | GH Username | TLA | Affiliation |
| :-----: | ---------------- | --------------- | --- | ----------- |
| | Chip Morningstar | @FUDCo | CM | Agoric |
| | Chris de Almeida | @ctcpip | CDA | IBM |
| | Daniel Veditz | @dveditz | DPV | Mozilla |
| | Jack Works | @Jack-Works | JWK | Sujitech |
| | Jordan Harband | @ljharb | JHD | HeroDevs |
| | Kris Kowal | @kriskowal | KKL | Agoric |
| | Mark Miller | @erights | MM | Agoric |
| | Mathieu Hofman | @mhofman | MHN | Agoric |
| | Michael Ficarra | @michaelficarra | MF | F5 |
| | Peter Hoddie | @phoddie | PHE | Moddable |
| | Richard Gibson | @gibson042 | RGN | Agoric |
| | | | | |

## Agenda

> [!NOTE]
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics.
| Topic | Presenter(s) |
| ------------------------------------------ | ------------ |
| review of previous agenda and action items | |
| this is the last meeting before plenary | |

### review of previous agenda and action items

0 comments on commit ea86aac

Please sign in to comment.