Skip to content

Commit 8e3d69f

Browse files
authored
Merge pull request #1581 from fermyon/chore/fix-broken-links
chore(*): fix or ignore broken links
2 parents d9327b6 + 6e7879e commit 8e3d69f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.build/check-broken-links.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,14 @@ blc --recursive http://127.0.0.1:3000
8585
--exclude 'https://linux.die.net/man/1/which' \
8686
--exclude 'https://www.namecheap.com' \
8787
\
88+
`## returns 429` \
89+
--exclude 'https://www.hashicorp.com/products/nomad' \
90+
\
8891
`## false positives` \
8992
--exclude 'https://www.gnu.org/software/coreutils/' \
9093
--exclude 'https://techdocs.akamai.com/home' \
9194
--exclude 'https://techdocs.akamai.com/property-mgr/docs/welcome-prop-manager' \
92-
--exclude 'https://bsky.app/profile/fermyon.com' \
95+
--exclude 'https://bsky.app/profile/fermyon.com' \
9396
--exclude 'https://events.hashicorp.com/hashitalksdeploy' \
9497
--exclude 'https://dotnet.microsoft.com/en-us/download/dotnet/8.0' \
9598
--exclude 'https://www.developerweek.com/' \

content/wasm-languages/cpp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ Here are some great resources:
5353
- Example of building [C++ WebAssembly files with Clang](https://github.com/PetterS/clang-wasm)
5454
- The [yo-wasm](https://github.com/deislabs/yo-wasm) tool can help you get started faster. (Yes, we built `yo-wasm`.)
5555
- The [QT GUI toolkit](https://www.qt.io/) supports [compiling to WebAssembly](https://wiki.qt.io/Qt_for_WebAssembly) for the browser. (We blogged about [LibreOffice in the browser](https://www.fermyon.com/blog/qt-libreoffice-wasm). That uses QT.)
56-
- An article showing how to use [Emscripten to compile C++ to Wasm](https://medium.com/@tdeniffel/pragmatic-compiling-from-c-to-webassembly-a-guide-a496cc5954b8)
5756
- TutorialsPoint has a tutorial for [compiling C++ to WebAssembly using Emscripten](https://www.tutorialspoint.com/webassembly/webassembly_working_with_cplusplus.htm), but it focuses only on the browser case.

content/wasm-languages/java.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Here's a detailed video by Joel Dice:
3535

3636
Here are some great resources:
3737

38-
- [WebAssembly for the Java Geek](https://www.javaadvent.com/2022/12/webassembly-for-the-java-geek.html) details how Wasm's bytecodes and virtual machine differ from Java's, and why this makes a difference.
3938
- An [in-depth blog](http://blog.dmitryalexandrov.net/webassembly-for-java-developers/) showing practical ways to run Java as Wasm
4039
- Does Wasm remind you of Java Applets? Then read [this blog post](https://steveklabnik.com/writing/is-webassembly-the-return-of-java-applets-flash)
4140
- [GraalVM](https://www.graalvm.org/reference-manual/wasm/) has gained a lot of momentum as a WebAssembly runtime, though it does not appear to support compiling from languages to WebAssembly.

0 commit comments

Comments
 (0)