tyson

Results 15 issues of tyson

Apart from the federation server itself, all deployment will be handled by module-federation code streaming alternatives considered: - [ ] aegis host deployment (K8s, golden image, OS mod, PXE boot...

Purpose: enable polyglot, WASM-powered components / micro-service libraries. This is a generic extension point for wasm that implements the aegis hex arch component model. - [x] support WASM models -...

enhancement

- [x] prototype implementation (done, can be used in place of event bus (e.g. kafka)) - [x] Define supported use cases and likely change cases. - [x] Decide tech stack:...

enhancement
help wanted

Support Aegis on standalone WASM runtimes. Alternatives 1. refactor / port aegis to quick-js embedded in wasmedge 2. port (portions of) aegis to typescript/assemblyscript and compile to wasm

enhancement

Goals: - [ ] Generate typescript/jsdoc from ModelSpec to get intellisense support for dynamic methods that don't exist until runtime. - [ ] Generate assemblyscript from typescript and compile to...

enhancement
help wanted

This is another entry point for user code. Instead of writing a model, adapter or service, developers write the nodejs equivalent of a web worker. A worker runs in its...

enhancement

Python requires the same kind of integration Wasm did. So look at the wasm adapter code as a case in point. ![aegis-python 001](https://user-images.githubusercontent.com/38910830/157744588-8c1fccd4-9857-44f4-ac6d-464beee8ffa3.jpeg) ![aegis-python 002](https://user-images.githubusercontent.com/38910830/157744594-21a8f68c-5376-4982-80ec-910cbf60f5e8.jpeg)

enhancement
good first issue
help wanted

- [ ] Cloudflare recently added [support for Wasm](https://github.com/cloudflare/workers-rs) and offers a Rust SDK with compile target wasm32-unknown-unknown. Certain JS language features, like eval(), which are disabled in the web...

Stream-compile module, then codegen, compile and link aegis interface lib to the imported module, dynamically exposing its exported functions as API endpoints. The point is, using a default configuration, Wasm...