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
It comes with some nice fixes:
- genindex.html "abstract syntax" currently points to
"https://webassembly.github.io/spec/core/appendix/implementation.html#index-1",
which looks incorrect
The different files are:
$ diff -u -r _build/ _golden/ -q
Files _build/core/appendix/index-instructions.html and
_golden/core/appendix/index-instructions.html differ
Files _build/core/bikeshed/index.html and
_golden/core/bikeshed/index.html differ
Files _build/core/_download/WebAssembly.pdf and
_golden/core/_download/WebAssembly.pdf differ
Files _build/core/genindex.html and _golden/core/genindex.html differ
Files _build/core/objects.inv and _golden/core/objects.inv differ
Files _build/core/search.html and _golden/core/search.html differ
Files _build/core/searchindex.js and _golden/core/searchindex.js differ
Files _build/core/_static/documentation_options.js and
_golden/core/_static/documentation_options.js differ
Files _build/core/_static/searchtools.js and
_golden/core/_static/searchtools.js differ
Files _build/js-api/index.html and _golden/js-api/index.html differ
Files _build/web-api/index.html and _golden/web-api/index.html differ
Most of the index.html are differences in meta content tag.
0 commit comments