Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
0c132a1
Initialize js-promise-integration repo
RossTate Aug 23, 2021
5e252b0
Update README.md
fgmccabe Jan 14, 2022
7506990
Pull interesting files from old branch
fgmccabe Aug 13, 2024
3855376
Updated test suite for jspi to reflect new API
fgmccabe Sep 19, 2024
928c4d7
A new document outlining some of the implementation issues in JSPI
fgmccabe Sep 19, 2024
f527538
Merge remote-tracking branch 'upstream/wasm-3.0'
fgmccabe Oct 2, 2024
e422a12
Update to reflect upstream changes to index.bs
fgmccabe Sep 19, 2024
8586e74
Clarified how execution contexts get their status.
fgmccabe Sep 24, 2024
8de2a62
Apply suggestions from code review
fgmccabe Sep 25, 2024
48430f5
Slight refactor of the suspend operation
fgmccabe Oct 1, 2024
ab4b5d3
Revised, as suggested by reviewer.
fgmccabe Oct 3, 2024
bdbfe52
Merge pull request #47 from WebAssembly/newtests
fgmccabe Oct 3, 2024
d534850
Merge pull request #48 from WebAssembly/guide
fgmccabe Oct 3, 2024
6604a37
Fix some minor typos
fgmccabe Oct 3, 2024
82d7113
Merge remote-tracking branch 'spec/wasm-3.0'
backes Oct 8, 2024
214c595
Merge pull request #50 from backes/merge-wasm3.0
fgmccabe Oct 8, 2024
25d0481
Fix JSPI tests
yurydelendik Oct 28, 2024
b3cfd12
Merge pull request #52 from yurydelendik/fix-jspi-tests
fgmccabe Oct 28, 2024
b95be4c
Update index.bs
fgmccabe Oct 28, 2024
a94f54f
Update document/js-api/index.bs
fgmccabe Oct 29, 2024
9a2299f
Update document/js-api/index.bs
fgmccabe Oct 29, 2024
54e77cb
Update document/js-api/index.bs
fgmccabe Oct 29, 2024
9aac0fc
Update index.bs
fgmccabe Oct 30, 2024
d89f2f7
Update index.bs
fgmccabe Oct 30, 2024
9209ee7
Update index.bs
fgmccabe Oct 31, 2024
0b8f557
Update index.bs
fgmccabe Oct 31, 2024
fe35784
Update index.bs
fgmccabe Oct 31, 2024
b0a8b76
Merge pull request #37 from WebAssembly/spec
fgmccabe Oct 31, 2024
3a2016e
Add SuspendError
fgmccabe Nov 12, 2024
4e4275d
Merge pull request #55 from WebAssembly/fgmccabe-patch-3
fgmccabe Dec 16, 2024
ce7705f
Adjust jspi to use new exception type.
fgmccabe Dec 19, 2024
7b776cf
Apply suggestions from code review
fgmccabe Jun 23, 2026
a6f4953
Replace URLs with placeholders in macros.def
fgmccabe Jul 22, 2026
9de61b6
Fix link replacements in macros.def
fgmccabe Jul 22, 2026
46999cb
Remove draft note from release section
fgmccabe Jul 22, 2026
51d6d53
Fix text formatting for Execution Context reference
fgmccabe Jul 22, 2026
4a2332f
Update IEEE754 reference to IEEE 754
fgmccabe Jul 28, 2026
0f5b627
Clarify execution context stack reference
fgmccabe Jul 28, 2026
8dee9fd
Remove evaluation_suspend and evaluation_resume links
fgmccabe Jul 28, 2026
af236c4
Update coercion rules for WebAssembly arguments
fgmccabe Jul 28, 2026
e2a7d43
Fix coercion reference in JavaScript return section
fgmccabe Jul 28, 2026
610b896
Fix promise rejection to extract value from result
fgmccabe Jul 28, 2026
26b06c4
Update note regarding invocation of $Await$
fgmccabe Jul 28, 2026
6a8962e
Apply suggestions from code review
fgmccabe Jul 29, 2026
a1ba56b
Refactor promise handling in WebAssembly async algorithm
fgmccabe Jul 29, 2026
7ad7852
Merge branch 'main' into jspi
fgmccabe Jul 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

![Spectec Status](https://github.com/WebAssembly/spec/actions/workflows/ci-spectec.yml/badge.svg)
![Interpreter Status](https://github.com/WebAssembly/spec/actions/workflows/ci-interpreter.yml/badge.svg)
![Spec doc Status](https://github.com/WebAssembly/spec/actions/workflows/ci-spec.yml/badge.svg)
Expand Down
Loading
Loading