Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maif/wasmo
A WASM Binary builder for writing your Wasm plugins
https://github.com/maif/wasmo
extism izanami otoroshi rust wasm webassembly
Last synced: 3 days ago
JSON representation
A WASM Binary builder for writing your Wasm plugins
- Host: GitHub
- URL: https://github.com/maif/wasmo
- Owner: MAIF
- License: apache-2.0
- Created: 2023-10-16T11:11:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T12:58:47.000Z (5 months ago)
- Last Synced: 2024-12-19T08:07:57.744Z (10 days ago)
- Topics: extism, izanami, otoroshi, rust, wasm, webassembly
- Language: JavaScript
- Homepage: https://maif.github.io/wasmo
- Size: 10.1 MB
- Stars: 20
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Wasmo
Wasmo can be deploy from the Docker using [the built images](https://hub.docker.com/r/maif/wasmo).
It comes with a server part to create and build your WASM plugin and a frontend to edit your plugins directly in the integrated UI.
[Documentation](https://maif.github.io/wasmo)
## Articles : examples and enterprise use cases
Wasmo plugins can be used :
- With the reverse proxy [Otoroshi](https://www.otoroshi.io/)
- [Wasm usage](https://maif.github.io/otoroshi/manual/how-to-s/wasm-usage.html)
- [Wasmo and Otoroshi](https://maif.github.io/otoroshi/manual/how-to-s/wasmo-installation.html)
- [Build plugins to manipulate http requests](https://zwiterrion.hashnode.dev/leveraging-wasm-for-api-gateway)
- To build FAAS [Function As a Service](https://zwiterrion.hashnode.dev/building-your-first-faas-with-wasm)
- To control [Feature flags](https://maif.github.io/izanami/docs/guides/local-scripts?_highlight=wasmo#creating-your-script-with-wasmo-cli) with [Izanami](https://maif.github.io/izanami/)# Wasmo CLI
Found more information [here](https://github.com/MAIF/wasmo/tree/main/cli)
# License
This project is licensed under the Apache 2.0 license with the LLVM exception.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license,
shall be licensed as above, without any additional terms or conditions.