@tokenspace/runtime-core
v0.3.0
Published
Run compiled Tokenspace bundles inside the Tokenspace runtime.
Readme
@tokenspace/runtime-core
Run compiled Tokenspace bundles inside the Tokenspace runtime.
Install
bun add @tokenspace/runtime-core @tokenspace/sdkUsage
import { executeCode } from "@tokenspace/runtime-core";
const result = await executeCode("console.log('hello')");
console.log(result.output);Bun
This package requires Bun at runtime.
