You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
-
[](https://github.com/WebAssembly/spec/actions/workflows/ci-spec.yml)
2
-
[](https://github.com/WebAssembly/spec/actions/workflows/ci-interpreter.yml)
1
+
[](https://github.com/WebAssembly/js-primitive-builtins/actions/workflows/ci-spec.yml)
2
+
[](https://github.com/WebAssembly/js-primitive-builtins/actions/workflows/ci-interpreter.yml)
3
+
4
+
# JS Primitive Builtins Proposal for WebAssembly
5
+
6
+
This repository is a clone of [github.com/WebAssembly/spec/](https://github.com/WebAssembly/spec/).
7
+
It is meant for discussion, prototype specification and implementation of a proposal to
8
+
add support for additional JS builtins to the JS embedding of WebAssembly.
9
+
10
+
* See the [overview](proposals/js-primitive-builtins/Overview.md) for a summary of the proposal.
11
+
12
+
* See the [modified spec](https://webassembly.github.io/js-primitive-builtins/) for details.
13
+
14
+
Original `README` from upstream repository follows...
0 commit comments