From 1b47d3822290b9725ef812b3b100f7e468b3ba50 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 12 Apr 2019 16:18:19 -0300 Subject: [PATCH] WASM and GC --- porque-rust.html | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/porque-rust.html b/porque-rust.html index fb48bbe..eb5acbe 100644 --- a/porque-rust.html +++ b/porque-rust.html @@ -122,7 +122,7 @@
-

Resultado final com performance semelhate ao C...

+

Resultado final com performance semelhante ao C...

@@ -206,6 +206,10 @@ fn main() {
@@ -440,6 +444,18 @@ presente.abrir()

E GC?

+ +

GC não é determinístico.

+ +
@@ -706,6 +722,24 @@ OK(())
+
+
+

Falando em WASM...

+
+ +
+

WASM

+ +

wasm-pack

+
+ +
+

WASI

+ +

The WebAssembly System Interface

+
+
+

Bibliotecas