File: boot-repl.js

package info (click to toggle)
guile-hoot 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,184 kB
  • sloc: lisp: 46,147; javascript: 1,351; makefile: 318; sh: 12
file content (5 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
let hoot = await import("../../reflect-js/reflect.js");
let [proc] = await hoot.Scheme.load_main("repl.wasm", {
  reflect_wasm_dir: "."
});
proc.call_async();