--disable Disables WebAssembly features being enabled by default.
mutable-globals Mutable global imports and exports.
sign-extension Sign-extension operations
nontrapping-f2i Non-trapping float to integer ops.
bulk-memory Bulk memory operations.
I think we should explicitly disable these when calling asc in our cli
From assemblyscript docs:
I think we should explicitly disable these when calling
asc
in ourcli