Skip to content

Commit

Permalink
Fix label 'for' attributes to match input 'id's in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
bragle authored Oct 30, 2024
1 parent 6b3b81d commit 640ac4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/demo/wasm2wat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>wasm2wat demo</h1>
<input type="checkbox" id="code_metadata"><label for="code_metadata">code metadata</label>
<input type="checkbox" id="gc"><label for="gc">gc</label>
<input type="checkbox" id="memory64"><label for="memory64">memory64</label>
<input type="checkbox" id="multi_memory"><label for="gc">multi memory</label>
<input type="checkbox" id="multi_memory"><label for="multi_memory">multi memory</label>
<input type="checkbox" id="extended_const"><label for="extended_const">extended const</label>
<input type="checkbox" id="relaxed_simd"><label for="relaxed_simd">relaxed simd</label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/wat2wasm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h1>wat2wasm demo</h1>
<input type="checkbox" id="code_metadata"><label for="code_metadata">code metadata</label>
<input type="checkbox" id="gc"><label for="gc">gc</label>
<input type="checkbox" id="memory64"><label for="memory64">memory64</label>
<input type="checkbox" id="multi_memory"><label for="gc">multi memory</label>
<input type="checkbox" id="multi_memory"><label for="multi_memory">multi memory</label>
<input type="checkbox" id="extended_const"><label for="extended_const">extended const</label>
<input type="checkbox" id="relaxed_simd"><label for="relaxed_simd">relaxed simd</label>
</div>
Expand Down

0 comments on commit 640ac4a

Please sign in to comment.