Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Draft WebAssembly workload format #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ueno
Copy link

@ueno ueno commented May 19, 2020

This adds an initial draft of WebAssembly workload format specification.

This is intended for discussion; I am even leaning toward the alternatives while writing :-)
Either way we decide I can try to implement it on top of enarx/enarx#502.

Fixes #17.

MikeCamel
MikeCamel previously approved these changes May 19, 2020
Copy link
Contributor

@MikeCamel MikeCamel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this. Possible further work includes:

  1. access to encrypted data (where does the key come from?)
  2. access to networked data
  3. access to local storage data.

@ueno ueno force-pushed the wip/dueno/workload-package-format branch from 40d4e91 to c261d5f Compare May 21, 2020 09:42
@ueno ueno force-pushed the wip/dueno/workload-package-format branch 3 times, most recently from 9246e39 to 1565ce7 Compare July 24, 2020 12:28
@ueno ueno marked this pull request as ready for review July 24, 2020 12:28
ueno added a commit to ueno/enarx that referenced this pull request Jul 26, 2020
This implements the proposal to embed application resources in the
Wasm file through a custom section.  For more details of see:
enarx-archive/rfcs#29
ueno added a commit to ueno/enarx that referenced this pull request Jul 26, 2020
This implements the proposal to embed application resources in the
Wasm file through a custom section.  For more details of see:
enarx-archive/rfcs#29
ueno added a commit to ueno/enarx that referenced this pull request Jul 26, 2020
This implements the proposal to embed application resources in the
Wasm file through a custom section.  For more details of see:
enarx-archive/rfcs#29
ueno added a commit to ueno/enarx that referenced this pull request Jul 26, 2020
This implements the proposal to embed application resources in the
Wasm file through a custom section.  For more details of see:
enarx-archive/rfcs#29
Copy link
Contributor

@MikeCamel MikeCamel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good description - agree that we should keep looking at the options.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Description of workload packaging format required (RFC)
9 participants