From d70c0220724c333ca3c923c5c7b45f6d979562d2 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 26 Nov 2019 07:07:03 +0100 Subject: [PATCH] More info --- interesting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interesting.md b/interesting.md index 9e4a458..996e06b 100644 --- a/interesting.md +++ b/interesting.md @@ -33,6 +33,10 @@ Right now rust is not really a first class citizen within the gentoo eco system. For that reason at least when compiling rust with the `system-llvm` use flag some manual preparations are needed. +### general informations about Wasm from MDN ... + +[WebAssembly](https://developer.mozilla.org/en-US/docs/WebAssembly) + ### rustwasm tutorial [rustwasm](https://rustwasm.github.io/book/introduction.html)