wasm-nginx-module
wasm-nginx-module copied to clipboard
Run Wasm in OpenResty/Nginx
Hey, I'm trying to add "fuel" to the wasmtime engine used here, but there's apparently no way to pass engine configs. It'd be nice to have them. I can work...
#### OS Platform Info: Darwin 20.4.0 x86_64 #### Build Process: 1、Using APISIX build tools ```[email protected]:api7/apisix-build-tools.git``` tag:```apisix/2.13.2``` Runnging ```build-apisix-base.sh``` to build openresty and the result is successful. 2、Building APISIX ```[email protected]:apache/apisix.git``` tag:...
- [x] load wasm module - [ ] callback for VM start - [x] configure plugin - [x] process HTTP request - [x] send local response - [x] get HTTP...
Will this WASM support provide better isolation and resource limit enforcement than running Lua code? i.e will we be able to limit CPU/memory usage per plugin or reduce API access?...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 4.0.0. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...
error log ``` 2023/08/15 23:29:17 [error] 10266#10266: failed to new instance: incompatible import type for `env::proxy_get_metric` Caused by: function types incompatible: expected func of type `(i32, i32) -> (i32)`, found...
the `gen_wasm_host_api.py` not support geneate the C header file. this is because of the parameter of the new metric functions type is `int64_t` so that the script not support it....