0.3.12-u17.1 • Published 8 months ago

@agoric/import-manager v0.3.12-u17.1

Weekly downloads
1,812
License
Apache-2.0
Repository
github
Last release
8 months ago

Import Manager

ImportManager allows a package to make some code available that can be run locally by a calling vat without requiring a remote round trip to the hosting vat. Remote code can indicate what function to run using a key.

Long term, we may want to import from a well-known repository, and manage version upgrades, but for now, we just import the code from the file system.

A package that wanted to export some code for clients to run in their own vat would import or define some functions, then call

  const mgr = importManager();
  return mgr.addExports(
    {
       'usefulFn', export1,
       'helpfulFn', export2,
     });

then it could pass strings like 'usefulFn' to clients, who could import the manager above, then call

const genericFn = importer.lookupImport(name);
0.3.12-u17.0

9 months ago

0.3.12-u17.1

9 months ago

0.3.12-u16.0

12 months ago

0.3.12-u16.1

12 months ago

0.3.12-u14.0

1 year ago

0.3.12-u13.0

2 years ago

0.3.12-u12.0

2 years ago

0.3.12-u11wf.0

2 years ago

0.3.12-u11.0

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.6

3 years ago

0.3.7

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.35

3 years ago

0.2.33

3 years ago

0.2.32-dev.1

4 years ago

0.2.32-dev.2

4 years ago

0.2.32-dev.0

4 years ago

0.2.32

4 years ago

0.2.31

4 years ago

0.2.30

4 years ago

0.2.29

4 years ago

0.2.28

4 years ago

0.2.27

4 years ago

0.2.26

4 years ago

0.2.25

4 years ago

0.2.24

4 years ago

0.2.23

4 years ago

0.2.22

4 years ago

0.2.21

4 years ago

0.2.19

4 years ago

0.2.18

4 years ago

0.2.17

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.5-dev.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2-dev.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.3-dev.0

5 years ago

0.1.2

5 years ago

0.1.2-dev.1

5 years ago

0.1.2-dev.2

5 years ago

0.1.2-dev.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago