Skip to content

Commit 8fd12dc

Browse files
authored
Merge pull request #47 from polywrap/feat/plugins-support
feat: add plugin support
2 parents 6eb1b87 + ad541bb commit 8fd12dc

14 files changed

Lines changed: 1686 additions & 0 deletions

File tree

packages/polywrap-core/polywrap_core/types/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
from .uri_wrapper import *
1212
from .wrap_package import *
1313
from .wasm_package import *
14+
from .wrap_package import *
1415
from .wrapper import *

packages/polywrap-plugin/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)