feat: add plugin
- add plugin system that request may included to run before do actual request by type. Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
d048dc2437
commit
d7f5e12d51
9 changed files with 1492 additions and 15 deletions
5
plugins/example-js/README.md
Normal file
5
plugins/example-js/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Generate WASM file
|
||||
|
||||
```
|
||||
jco componentize -w ../plugin.wit -n plugin-world index.js -o ../example-js.wasm
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue