Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resume table syntax #39

Merged
merged 4 commits into from
Jul 31, 2024
Merged

Resume table syntax #39

merged 4 commits into from
Jul 31, 2024

Conversation

dhil
Copy link
Member

@dhil dhil commented Jul 31, 2024

This patch changes the syntax of resume tables:

(resume $ct (tag $t $h)) => (resume $ct (on $t $h))
(resume_throw $ct $e (tag $t $h)) => (resume_throw $ct $e (on $t $h))

dhil added 4 commits July 31, 2024 11:50
This patch changes the syntax of resume tables:

```wast
(resume $ct (tag $t $h)) => (resume $ct (on $t $h))
(resume_throw $ct $e (tag $t $h)) => (resume_throw $ct $e (on $t $h))
```
@dhil dhil merged commit 3a32c7f into wasmfx:main Jul 31, 2024
1 check passed
@dhil dhil deleted the wasmfx-on branch July 31, 2024 10:09
dhil pushed a commit that referenced this pull request Dec 3, 2024
Similar to WebAssembly.Memory (#39), the WebAssembly.Table constructor
also needs an `index` argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant