Mention that the document is stale. (#29769)
This commit is contained in:
parent
e7838768ec
commit
62312f95a9
|
@ -2,6 +2,8 @@
|
||||||
title: Embedding the Move Language
|
title: Embedding the Move Language
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### This document is outdated and a new approach to support 'move' is in the works.
|
||||||
|
|
||||||
## Problem
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue