rollup-plugin-gleam

Vite compatible Rollup plugin for Gleam language

  1. 1
  2. 2
  3. 3
import { hello_world } from "./main.gleam";

console.log(hello_world());