Skip to content

Commit

Permalink
Merge pull request Wasm-DSL#14 from WebAssembly/fgmccabe-patch-2
Browse files Browse the repository at this point in the history
Create Explainer.md
  • Loading branch information
fgmccabe authored Jun 14, 2022
2 parents 3408e9a + 695da9b commit 5ab6f57
Show file tree
Hide file tree
Showing 2 changed files with 509 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ A complete [implementation](https://github.com/effect-handlers/wasm-spec) is ava

* See the [examples](proposals/continuations/examples) for Wasm code for implementing various different features including lightweight threads, actors, and async/await.

## Task-based Stack Switching Proposal

An alternate approach to stack switching revolves around the concept of tasks rather than continuation functions. An explainer for this proposal can be seen [here](proposals/tasks/Explainer.md).

Original `README` from upstream repository follows.

# spec
Expand Down
Loading

0 comments on commit 5ab6f57

Please sign in to comment.