mirror of
https://github.com/extism/extism.git
synced 2026-04-23 03:00:11 -04:00
docs: Link to the manifest concept doc (#66)
Co-authored-by: Steve Manuel <steve@dylib.so>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user