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: content/wasm-languages/cpp.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,5 +53,4 @@ Here are some great resources:
53
53
- Example of building [C++ WebAssembly files with Clang](https://github.com/PetterS/clang-wasm)
54
54
- The [yo-wasm](https://github.com/deislabs/yo-wasm) tool can help you get started faster. (Yes, we built `yo-wasm`.)
55
55
- 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)
57
56
- 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.
Copy file name to clipboardExpand all lines: content/wasm-languages/java.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ Here's a detailed video by Joel Dice:
35
35
36
36
Here are some great resources:
37
37
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.
39
38
- An [in-depth blog](http://blog.dmitryalexandrov.net/webassembly-for-java-developers/) showing practical ways to run Java as Wasm
40
39
- Does Wasm remind you of Java Applets? Then read [this blog post](https://steveklabnik.com/writing/is-webassembly-the-return-of-java-applets-flash)
41
40
-[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