Skip to content

Commit

Permalink
site: line break issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jun 1, 2024
1 parent e382b9f commit d34a48f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions site/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ wasm_data = Orb.to_wasm(TemperatureConverter)
<script type="module">
const { instance } = await WebAssembly.instantiateStreaming(fetch("/wasm/temperature_converter"));
const exports = instance.exports;

const numberFormat = new Intl.NumberFormat("en", { maximumFractionDigits: 2 });

console.log(instance, exports);
const el = document.getElementById("wasm|temperature_converter");
el.addEventListener("input", (event) => {
Expand Down

0 comments on commit d34a48f

Please sign in to comment.