| 18:17 | <guybedford> | nicolo-ribaudo: I remember the reason GetExports is harder to define now - we have that information for ECMAScript modules, but not for Wasm modules |
| 18:17 | <guybedford> | unless we treat it as a concrete method to be implemented separately in the Wasm spec |
| 18:18 | <guybedford> | so I don't know if I can easily come up with an implementation for it right now? |
| 18:19 | <guybedford> | an alternative might be to say that exports is only defined for JS module sources |