move-language / move

Apache License 2.0
2.24k stars 676 forks source link

feat: make move-vm-types no_std compatible #1073

Closed asmie closed 10 months ago

asmie commented 10 months ago

no_std support has been added to the move-vm-types package. Crate can be now compiled inside WASM environment. All tests are passing.