Skip to content

Commit bb8ef97

Browse files
committed
Update cargo deps to latest
1 parent 5e9cc58 commit bb8ef97

File tree

3 files changed

+150
-150
lines changed

3 files changed

+150
-150
lines changed

lib/components_guide_web/templates/cheatsheets/intro.html.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ Various cheatsheets will be added over time. If you have ideas for cheatsheets,
33
<p>From Elixir: <%= 6 + 1 %></p>
44
<p>From Rust: <%= ComponentsGuide.Rustler.Math.add(5, 11) %></p>
55
<p>From Rust: <%= ComponentsGuide.Rustler.Math.reverse_string("hello") %></p>
6-
<p>From WebAssembly + Rust: <%= inspect(ComponentsGuide.Rustler.Math.wasm_example(@wasm_constant, "answer")) %></p>
6+
7+
<hr />
8+
9+
<h2>From WebAssembly + Rust</h2>
10+
<pre class="language-wasm"><code><%= @wasm_constant %></code></pre>
11+
<p><%= inspect(ComponentsGuide.Rustler.Math.wasm_example(@wasm_constant, "answer")) %></p>

0 commit comments

Comments
 (0)