Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 33e8e5a

Browse files
committed
Update faq re emscripten
1 parent de5bab3 commit 33e8e5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

en-US/faq.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,11 @@ Yes it can! There are already examples of using Rust for both [Android](https://
10421042
Can I run my Rust program in a web browser?
10431043
</a></h3>
10441044

1045-
Not yet, but there are efforts underway to make Rust compile to the web with [Emscripten](https://kripken.github.io/emscripten-site/).
1045+
Possibly. Rust has [experimental support][wasm] for both [asm.js] and [WebAssembly].
1046+
1047+
[wasm]: https://davidmcneil.gitbooks.io/the-rusty-web/
1048+
[asm.js]: http://asmjs.org/
1049+
[WebAssembly]: http://webassembly.org/
10461050

10471051
<h3><a href="#how-do-i-cross-compile-rust" name="how-do-i-cross-compile-rust">
10481052
How do I cross-compile in Rust?

0 commit comments

Comments
 (0)