Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

WASM: Run a WASM binary on Wasmtime #3

Closed
mbestavros opened this issue Aug 7, 2019 · 2 comments
Closed

WASM: Run a WASM binary on Wasmtime #3

mbestavros opened this issue Aug 7, 2019 · 2 comments
Assignees

Comments

@mbestavros
Copy link
Contributor

mbestavros commented Aug 7, 2019

We'd like to build out a series of demos for our progress on Enarx's WASM support.

The first of these demos is simple:

  1. Load a basic WASM binary. (Specifically, adding two numbers together.)
  2. Run it through Wasmtime.
  3. Display its output.

Whether we want to add any more on top of that (automation, compiling WASM) is up for discussion.

@mbestavros
Copy link
Contributor Author

Worth noting this demo is more or less completed over on my repo.

I think there are a few enhancements to be made; right now, the number output is a bit verbose, and most of the setup code can be moved into the main function.

@mbestavros mbestavros changed the title Demo: Run a basic WASM binary on Wasmtime WASM Demo #1: Run a basic WASM binary on Wasmtime Aug 7, 2019
@mbestavros mbestavros changed the title WASM Demo #1: Run a basic WASM binary on Wasmtime WASM Demo #1: Run a WASM binary on Wasmtime Aug 7, 2019
@mbestavros mbestavros changed the title WASM Demo #1: Run a WASM binary on Wasmtime WASM: Run a WASM binary on Wasmtime Aug 9, 2019
@mbestavros mbestavros self-assigned this Aug 9, 2019
@mbestavros
Copy link
Contributor Author

Resolved by #9; the repo now has a basic Wasmtime demo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant