Module language_e2e_tests::compile[][src]

Expand description

Support for compiling scripts and modules in tests.

Functions

Compile the provided Move code into a blob which can be used as the code to be published (a Module).

Compile the provided Move code into a blob which can be used as the code to be executed (a Script).