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

Commit

Permalink
[WIP]: initial custom WASI demo
Browse files Browse the repository at this point in the history
This demo is the trivial approach to implementing a custom WASI. It
contains a copy of the wasmtime-wasi implementation, which is rather a
short-term solution and not sustainable any longer than a few
iterations.

As a demo customization, it redirects all output from fd=2 (stderr) to
fd=1 (stdout).
  • Loading branch information
steveej committed Oct 4, 2019
1 parent 81ee4e4 commit ce1a946
Show file tree
Hide file tree
Showing 7 changed files with 1,673 additions and 0 deletions.
Loading

0 comments on commit ce1a946

Please sign in to comment.