WebAssembly / WebAssembly/spec
Use Abstract Closure to replace call an Exported Function algorithm
Open
Nobody has claimed this yet.
editorial
wasm-js-api-1
- Dominant language
- WebAssembly
- Stars
- 3.5k
- Forks
- 539
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 13
Description
CreateBuiltinFunction expects an Abstract Closure since https://github.com/tc39/ecma262/issues/1894. Not urgent, though.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the specification definitions for CreateBuiltinFunction and the “call an Exported Function” algorithm, then read the linked TC39 issue for the Abstract Closure requirement. Done means the old algorithm is replaced consistently with the Abstract Closure approach throughout the specification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- documentation
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100