Skip to content

Conversation

@rvanasa
Copy link
Contributor

@rvanasa rvanasa commented Sep 19, 2022

This PR is a demonstration of the serde-based value conversion feature in the Motoko VM.

In general, Motoko can now fill the role of a configuration file format in place of Dhall or JSON.

Example vessel.mo file (in place of vessel.dhall):

{
  dependencies = [ "base" ];
  compiler = null; // optional field
};

Original vessel.dhall file:

{
  dependencies = [ "base" ],
  compiler = None Text
}

@rvanasa rvanasa marked this pull request as draft September 19, 2022 16:00
@q-uint q-uint mentioned this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant