docs: Update: Add Wasm support

This commit is contained in:
Hajime Hoshi 2018-06-27 11:59:49 +09:00
parent 05fb5f3d0b
commit e196ee59f7
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
<dt class="col-2 text-right">Mobiles</dt> <dt class="col-2 text-right">Mobiles</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd> <dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
<dt class="col-2 text-right">Web browsers</dt> <dt class="col-2 text-right">Web browsers</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>)</dd> <dd class="col-10">Chrome, Firefox, Safari and Edge (<a href="https://github.com/hajimehoshi/ebiten/wiki/GopherJS">GopherJS</a> and <a href="https://github.com/hajimehoshi/ebiten/wiki/WebAssembly">WebAssembly (Experimental)</a>)</dd>
</dl> </dl>
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p> <p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>

View File

@ -44,7 +44,7 @@
<dt class="col-2 text-right">Mobiles</dt> <dt class="col-2 text-right">Mobiles</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd> <dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Android">Android</a>, <a href="https://github.com/hajimehoshi/ebiten/wiki/iOS">iOS</a></dd>
<dt class="col-2 text-right">Web browsers</dt> <dt class="col-2 text-right">Web browsers</dt>
<dd class="col-10"><a href="https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers">Chrome, Firefox, Safari and Edge</a> (powered by <a href="https://github.com/gopherjs/gopherjs">GopherJS</a>)</dd> <dd class="col-10">Chrome, Firefox, Safari and Edge (<a href="https://github.com/hajimehoshi/ebiten/wiki/GopherJS">GopherJS</a> and <a href="https://github.com/hajimehoshi/ebiten/wiki/WebAssembly">WebAssembly (Experimental)</a>)</dd>
</dl> </dl>
<p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p> <p><small>Note: Gamepads and keyboard are not available on Android/iOS.</small></p>