Mention that the document is stale. (#29769)

This commit is contained in:
aditya-solana 2023-01-19 07:37:17 -08:00 committed by GitHub
parent e7838768ec
commit 62312f95a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
title: Embedding the Move Language
---
### This document is outdated and a new approach to support 'move' is in the works.
## Problem
Solana enables developers to write on-chain programs in general purpose programming languages such as C or Rust, but those programs contain Solana-specific mechanisms. For example, there isn't another chain that asks developers to create a Rust module with a `process_instruction(KeyedAccounts)` function. Whenever practical, Solana should offer application developers more portable options.