Commit d70c0220724c333ca3c923c5c7b45f6d979562d2

Authored by Georg Hopp
1 parent f30c5ef1

More info

Showing 1 changed file with 4 additions and 0 deletions
@@ -33,6 +33,10 @@ Right now rust is not really a first class citizen within the gentoo eco @@ -33,6 +33,10 @@ Right now rust is not really a first class citizen within the gentoo eco
33 system. For that reason at least when compiling rust with the `system-llvm` 33 system. For that reason at least when compiling rust with the `system-llvm`
34 use flag some manual preparations are needed. 34 use flag some manual preparations are needed.
35 35
  36 +### general informations about Wasm from MDN ...
  37 +
  38 +[WebAssembly](https://developer.mozilla.org/en-US/docs/WebAssembly)
  39 +
36 ### rustwasm tutorial 40 ### rustwasm tutorial
37 41
38 [rustwasm](https://rustwasm.github.io/book/introduction.html) 42 [rustwasm](https://rustwasm.github.io/book/introduction.html)
Please register or login to post a comment