From f12160f87b2b5b2f949ecc35a42e7dd8313ddc1d Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 30 Sep 2020 09:09:06 -0700 Subject: [PATCH] Update supported features of Wasmtime Bulk memory and reference types have been fully supported since 0.19 and enabled by default since 0.20. --- features.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features.json b/features.json index 39ebca73..3ee6019c 100644 --- a/features.json +++ b/features.json @@ -102,13 +102,13 @@ "Wasmtime": { "url": "https://wasmtime.dev/", "logo": "/images/bca.png", - "version": "0.17", + "version": "0.20", "features": { "bigInt": true, - "bulkMemory": "--enable-bulk-memory", + "bulkMemory": true, "multiValue": true, "mutableGlobals": true, - "referenceTypes": "--enable-reference-types", + "referenceTypes": true, "saturatedFloatToInt": true, "signExtensions": true, "simd": "--enable-simd"