# Fuel VM
[](https://github.com/FuelLabs/fuel-vm/actions/workflows/ci.yml)
[](https://crates.io/crates/fuel-vm)
[](https://docs.rs/fuel-vm/)
[](https://discord.gg/xfpK4Pe)
Rust interpreter for the Fuel Virtual Machine. The VM itself executes `fuel-asm`
opcodes generated by the Sway compiler. It is used as a core component of the
`fuel-core` block executor to validate, estimate, and execute `Create` and `Script` transactions.