Skip to content

rustscript-lang/rustscript

Repository files navigation

RustScript

rustscript on crates.io

RustScript is a compiled scripting language and runtime built around pd-vm: a stack-based VM, compiler toolchain, standard library, bytecode/AOT tooling, WebAssembly runtime support, and debugger-facing runtime contract.

Documentation

The complete language, runtime, and implementation guides live on the RustScript documentation site:

Crate usage

Consumers can refer to the VM crates from this repository:

rustscript = "0.22.2"
pd-vm = { git = "https://github.com/rustscript-lang/rustscript", package = "pd-vm" }
pd-host-function = { git = "https://github.com/rustscript-lang/rustscript", package = "pd-host-function" }

Build and test

cargo test --workspace
cargo build --workspace --release

Related projects

About

RustScript implementation

Topics

Resources

License

Stars

16 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors