mod_wasm icon indicating copy to clipboard operation
mod_wasm copied to clipboard

mod_wasm is an extension module for the Apache HTTP Server (httpd) that enables the usage of WebAssembly (Wasm). This module allows the execution of certain tasks in the backend in a very efficient an...

Results 24 mod_wasm issues
Sort by recently updated
recently updated
newest added

### Describe the bug First of all, thank you for this awesome project! I followed the Installation steps for Windows, downloaded the examples and tried my best to get the...

### Is your feature request related to a problem? Please describe. The `wasm_runtime.so` Rust library is at the core of mod_wasm. https://github.com/vmware-labs/mod_wasm/tree/main/wasm_runtime/src Thus, it requires minimal unit tests to harden...

๐Ÿ‘‹ good first issue
๐Ÿงช testing

### Is your feature request related to a problem? Please describe. The `wasm_runtime.so` Rust library is at the core of mod_wasm. https://github.com/vmware-labs/mod_wasm/tree/main/wasm_runtime/src Beyond unit tests (described at #62), integration tests...

๐Ÿ‘‹ good first issue
๐Ÿงช testing

A minimal E2E (end-to-end) testing would be using the demo container but with the `mod_wasm.so` and `libwasm_runtime.so` libraries built with the new code. The test could be as simple as...

โš™๏ธ automation
๐Ÿงช testing

### Is your feature request related to a problem? Please describe. Enable GitHub Actions to automatically build the release binaries upon new tag in the main branch. Releases should include:...

โš™๏ธ automation

### Is your feature request related to a problem? Please describe. Proxy-wasm is an ABI spec for proxy's extensibility using WebAssembly modules, originally developed for the [Wasm in Envoy project](https://github.com/proxy-wasm/spec/blob/master/docs/WebAssembly-in-Envoy.md)....

๐Ÿš€ enhancement
๐Ÿ›Ÿ help wanted

### Is your feature request related to a problem? Please describe. Apache server's extension mechanism works through modules written in C: - https://httpd.apache.org/docs/2.4/developer/modguide.html - https://www.oreilly.com/library/view/writing-apache-modules/156592567X Some modules, such as [mod_lua](https://www.oreilly.com/library/view/writing-apache-modules/156592567X/)...

๐Ÿš€ enhancement
๐Ÿ›Ÿ help wanted

Draft PR for comparison purposes

cla-not-required

Draft PR for comparison purposes

cla-not-required