diff options
Diffstat (limited to 'demo/wat2wasm/index.html')
-rw-r--r-- | demo/wat2wasm/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/wat2wasm/index.html b/demo/wat2wasm/index.html index 31e039b9..7cfb854a 100644 --- a/demo/wat2wasm/index.html +++ b/demo/wat2wasm/index.html @@ -48,6 +48,8 @@ <input type="checkbox" id="threads"><label for="threads">threads</label> <input type="checkbox" id="multi_value"><label for="multi_value">multi value</label> <input type="checkbox" id="tail_call"><label for="tail_call">tail call</label> + <input type="checkbox" id="bulk_memory"><label for="bulk_memory">bulk memory</label> + <input type="checkbox" id="reference_types"><label for="reference_types">reference types</label> </div> </header> <main> |