uuosio / ascdk

MIT License
12 stars 9 forks source link

Enabled features #43

Closed jafri closed 2 years ago

jafri commented 2 years ago

From assemblyscript docs:

--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