share more
This commit is contained in:
parent
286d5ff943
commit
eb128ec831
|
|
@ -9,7 +9,7 @@ export async function run(bytecode: Bytecode, functions?: Record<string, TypeScr
|
||||||
|
|
||||||
export { type Bytecode, toBytecode, type ProgramItem } from "./bytecode"
|
export { type Bytecode, toBytecode, type ProgramItem } from "./bytecode"
|
||||||
export { bytecodeToString } from "./format"
|
export { bytecodeToString } from "./format"
|
||||||
export { wrapNative } from "./function"
|
export { wrapNative, type ParamInfo, extractParamInfo } from "./function"
|
||||||
export { OpCode } from "./opcode"
|
export { OpCode } from "./opcode"
|
||||||
export { Scope } from "./scope"
|
export { Scope } from "./scope"
|
||||||
export type { Value, TypeScriptFunction, NativeFunction } from "./value"
|
export type { Value, TypeScriptFunction, NativeFunction } from "./value"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user