You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2022. It is now read-only.
Does this proposal extend to runtime-exposed module types? Or is it just standardizing a text format for module types?
Using module types, and being able to interface with known module type through a reference to an instance would be pretty cool. It'd be sort of like a class or trait.
The text was updated successfully, but these errors were encountered:
Originally, the only goal was just standardizing a text format. But, coincidentally, I just opened a #3 about generalizing the proposal to do rather more at runtime (although really just loadtime).
I'd love to see the ability have imported instances be more like dynamic references that can be built out of function references (and memory/table refs too) at runtime, but the other thread is probably the place to discuss it.
Does this proposal extend to runtime-exposed module types? Or is it just standardizing a text format for module types?
Using module types, and being able to interface with known module type through a reference to an instance would be pretty cool. It'd be sort of like a class or trait.
The text was updated successfully, but these errors were encountered: