Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webassembly support #4

Open
4 of 7 tasks
tysonrm opened this issue Jul 29, 2021 · 1 comment
Open
4 of 7 tasks

webassembly support #4

tysonrm opened this issue Jul 29, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tysonrm
Copy link
Member

tysonrm commented Jul 29, 2021

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.

  • support WASM models
  • support WASM adapters
  • support WASM services
  • support WASM workers
  • support dynamic binding service-adapter, adapter-model (see wasmedge components repo)
    • binding via js wrappers
    • binding via Interface types, dlopen, ABI
@tysonrm tysonrm self-assigned this Jul 29, 2021
@tysonrm tysonrm added enhancement New feature or request good first issue Good for newcomers labels Jul 29, 2021
@tysonrm
Copy link
Member Author

tysonrm commented Aug 19, 2021

Stretch

  • Backend On Frontend - dynamically distribute workload to browsers, phones, drones, pi, whatever
  • Sandbox cloud - ephemeral & persistent wasm runtime stack vm sandboxes running any/everywhere
  • Optimize JS with transforms - binaryen.js / AssemblyScript
  • Consider porting or extending framework

@tysonrm tysonrm changed the title webassembly-enabled features webassembly support Aug 19, 2021
@tysonrm tysonrm removed the good first issue Good for newcomers label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant