module-linking
module-linking copied to clipboard
Proposal for allowing modules to define, import and export modules and instances
Results
2
module-linking issues
Sort by
recently updated
recently updated
newest added
As its not possible to define `func` in adapter modules, it it illegal to write `(func (export "exp"))`. However since we are allowed to define modules and instances, the inline...
LOD, library-on-demand is a cross between a library and a service using Web Assembly WASI. LOD obviates the need for linking during compile time. Simply call LOD, like a web...