dino_pen#
Run arbitrary Gleam code! (In a spawned isolated Deno process)
gleam add dino_pen@1
import dino_pen
pub fn main() -> Nil {
// TODO: An example of the project in use
}
Further documentation can be found at https://hexdocs.pm/dino_pen.
Development#
dino_pen/dev can be used to bundle your message encoder/decoder package into your application, so you won't have to manually read it from the file system at runtime, you may also read it manually and
gleam run # Run the project
gleam test # Run the tests