Skip to content

Commit

Permalink
Disable Wasm backend for NSNet2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibelem committed Apr 2, 2024
1 parent cf2d47a commit c7db155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsnet2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<div class="card-body">
<div class="btn-group-toggle" data-toggle="buttons" id="backendBtns">
<span class='mr-3'>Backend</span>
<label class="btn btn-outline-info" name="polyfill">
<!-- <label class="btn btn-outline-info" name="polyfill">
<input type="radio" name="backend" id="polyfill_cpu" autocomplete="off">Wasm (CPU)
</label>
</label> -->
<label class="btn btn-outline-info" name="polyfill">
<input type="radio" name="backend" id="polyfill_gpu" autocomplete="off">WebGL (GPU)
</label>
Expand Down

0 comments on commit c7db155

Please sign in to comment.