docs: Link to the manifest concept doc (#66)

Co-authored-by: Steve Manuel <steve@dylib.so>
This commit is contained in:
Benjamin Eckel
2022-11-04 14:04:10 -05:00
committed by GitHub
parent b85ee0f24c
commit cb87a30fb3
6 changed files with 21 additions and 11 deletions

View File

@@ -168,7 +168,7 @@ class Context:
Parameters
----------
manifest : Union[str, bytes, dict]
A manifest dictionary describing the plugin or the raw bytes for a module
A manifest dictionary describing the plugin or the raw bytes for a module. See [Extism > Concepts > Manifest](https://extism.org/docs/concepts/manifest/).
wasi : bool
Set to `True` to enable WASI support
config : dict
@@ -220,7 +220,7 @@ class Plugin:
Parameters
----------
plugin : Union[str, bytes, dict]
A manifest dictionary describing the plugin or the raw bytes for a module
A manifest dictionary describing the plugin or the raw bytes for a module. See [Extism > Concepts > Manifest](https://extism.org/docs/concepts/manifest/).
wasi : bool
Set to `True` to enable WASI support
config : dict