hara-native 0.1.13

HAL-free native host runtime and package launcher for Hara
Documentation
1
2
3
4
5
6
7
/**
 * Shared language bootstrap. The host creates and attaches the filesystem
 * mount before evaluating this template; HAL only receives project identity.
 */
export function defaultBootstrap(spaceName) {
  return `(do (require [studio.boot :as boot]) (boot/boot! ${JSON.stringify(spaceName)}))`;
}