Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Library on demand (LOD) in WASI #38

@vasuskimo

Description

@vasuskimo

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 service when you need and it will be downloaded from some repo and when you are done simply release it.

There is a precedence in Javascript/node where one can do this kind of dynamic import.

do "import("https://foo.bar") or i="include("https://foo.bar")

This LOD feature would become an imperative as WASI begins to gain traction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions