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 / project_deno / src / project_ffi.mjs
45 B 3 lines
1export function log(x) { 2 console.log(x); 3}