Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / language / main_javascript.js
81 B 3 lines
1import { main } from "./target-javascript/build/main.js"; 2 3process.exit(main());