ludus/pkg/test.js
Scott Richmond f570cc3154 maybe figure out the wasm thing?
Former-commit-id: 44f7ce7b06
2025-06-25 22:56:39 -04:00

6 lines
77 B
JavaScript

import * as mod from "./ludus.js";
console.log(mod.run(`
:foobar
`));