Skip to content

Commit 37d60d4

Browse files
authored
Enable mutli-value checkbox in wat2wasm demo html (#1657)
1 parent 10628aa commit 37d60d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demo/wat2wasm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>wat2wasm demo</h1>
4646
<div>
4747
<input type="checkbox" id="simd"><label for="simd">simd</label>
4848
<input type="checkbox" id="threads"><label for="threads">threads</label>
49-
<input type="checkbox" id="multi_value"><label for="multi_value">multi value</label>
49+
<input type="checkbox" id="multi_value" checked><label for="multi_value">multi value</label>
5050
<input type="checkbox" id="tail_call"><label for="tail_call">tail call</label>
5151
<input type="checkbox" id="bulk_memory"><label for="bulk_memory">bulk memory</label>
5252
<input type="checkbox" id="reference_types"><label for="reference_types">reference types</label>

0 commit comments

Comments
 (0)