<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mirichi</author_name>
  <author_url>https://blog.hatena.ne.jp/mirichi/</author_url>
  <blog_title>mirichiの日記</blog_title>
  <blog_url>https://mirichi.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>とりあえず作ってみた。 WebAssemblyのバイナリフォーマットを見ながらそのまま書いただけなのでさほど難しくない。 LEB128 ちょっと変わっているのはwasm内での値の表現がLEB128というエンコーディングで表現されているところ。これは可変長整数の表現方法で、値は下位7bitで表現して、最上位の1bitが1の場合は次のbyteに続く、という意味になる。1byteで表現できる範囲が127までに減ってしまうが、int32で持っていても入る値はたいがい1桁か2桁程度のことが多いので効率が良い。 デコードは遅くなるがバイナリサイズを小さくすることを優先しているあたり、WebAssembly…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmirichi.hatenadiary.org%2Fentry%2F20170318%2Fp1&quot; title=&quot;WebAssemblyチャレンジ2 - mirichiの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/m/mirichi/20170318/20170318114156.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-03-18 00:00:00</published>
  <title>WebAssemblyチャレンジ2</title>
  <type>rich</type>
  <url>https://mirichi.hatenadiary.org/entry/20170318/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
