WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.13k stars 445 forks source link

webassembly.github.io links all 404 #1568

Closed hamishwillee closed 1 year ago

hamishwillee commented 1 year ago

Other than https://webassembly.github.io/spec/ most links appear to be broken. This is what MDN links to when needed. What is the right thing to use instead, or will this be fixed?

The only alternative I'm finding on google search is https://www.w3.org/TR/wasm-core-2/ - most links go to webassembly.github.io

This came up in https://github.com/mdn/content/issues/22908

rossberg commented 1 year ago

The site usually works, but apparently, it was accidentally wiped by @ngzhian's commit from a few hours ago. I reran CI and is now up again.

Please reopen if you still see problems. Thanks for pointing out!

ngzhian commented 1 year ago

Thanks, I think i ran make deploy thinking that it will push to my remote.

rossberg commented 1 year ago

Yeah, I believe the deploy script is pushing to the origin repo by default.

hamishwillee commented 1 year ago

Phew! Thanks very much for your quick response.