Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Support for multiple prompt delimiters

Open
#8 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
wasm
Domain
compilers

Research direction

Start by reviewing the existing stack-switching proposal's prompt and suspension semantics. Determine how a suspension can identify the exact prompt bracket it targets, and define completion as preventing accidental capture by an inner prompt without requiring inefficient re-suspension. No implementation files or tests are named in the issue.

Written by the indexing model from the issue text.

Description

Being able to specify exactly which prompt bracket a particular suspension refers to is important for safety. This will help to prevent so-called accidental capture of a suspended computation by the presence of an inner (later) prompt bracket.

In addition, even if it is possible to simulate this by suspending to an inner prompt bracket and then re-suspending if that prompt bracket turns out to be incorrect is unnecessarily inefficient.

Dominant language
WebAssembly
Stars
216
Forks
19
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from WebAssembly/stack-switching

All issues in WebAssembly/stack-switching

Similar issues

More Compilers issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.