Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/admin-guide/plugins/wasm.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@ generated wasm modules with the plugin.
Runtime can be chosen by changing the ``runtime`` field inside the yaml configuration file for the plugin.
``ats.wasm.runtime.wamr`` is for WAMR while ``ats.wasm.runtime.wasmedge`` is for WasmEdge.

The plugin can also take more than one yaml file as arguments and can thus load more than one wasm modules.

TODO
====

* Currently only the WAMR and WasmEdge runtime is supported. We should also support V8 and Wasmtime.
* Need to support functionality for retrieving and setting request/response body
* Need to support functionality for making async request call
* Need to support L4 lifecycle handler functions
* Support loading more than one Wasm module

Limitations
===========
Expand Down
Loading