WilliamRagstad / RustScript

RustScript is a functional scripting language with as much relation to Rust as JavaScript has to Java.
Other
8 stars 2 forks source link

Sandboxing #22

Open WilliamRagstad opened 3 years ago

WilliamRagstad commented 3 years ago

Add so that running a project with a main entry point, the "runner" will pass all access to the outer world to the program as argument to the main function. Examples of side effects that should be sandboxed are: