Environment Variables

AZLE_AUTORELOAD

Set this to true to enable autoreloading of your TypeScript/JavaScript code when making any changes to .ts or .js files in your project.

AZLE_DOCKERFILE_HASH

Set this to the hash that you would like Azle to use when determining the container image, container, and wasmedge-quickjs directory names. The container image file and wasmedge-quickjs directory will be stored at ~/.config/azle. The hash is the final part of each of those names.

AZLE_IDENTITY_STORAGE_MODE

Used for automated testing.

AZLE_INSTRUCTION_COUNT

Set this to true to see rough instruction counts just before JavaScript execution completes for calls.

AZLE_PROPTEST_NUM_RUNS

Used for automated testing.

AZLE_PROPTEST_PATH

Used for automated testing.

AZLE_PROPTEST_QUIET

Used for automated testing.

AZLE_PROPTEST_SEED

Used for automated testing.

AZLE_PROPTEST_VERBOSE

Used for automated testing.

AZLE_TEST_FETCH

Used for automated testing.

AZLE_USE_DOCKERFILE

Set this to true to force Azle to build the container image locally from the internal Dockerfile instead of attempting to download the container image.

AZLE_VERBOSE

Set this to true to enable more logging output during dfx deploy.

AZLE_WASMEDGE_QUICKJS_DIR

Set this to the path that you would like Azle to use to find the wasmedge-quickjs directory. The default is ~/.config/azle/wasmedge-quickjs_[current Dockerfile hash].