microvium
Version:
A compact, embeddable scripting engine for microcontrollers for executing small scripts written in a subset of JavaScript.
45 lines (44 loc) • 972 B
TypeScript
export declare const virtualMachineTestFilenames: {
"hello-world": {
bytecode: {
output: string;
expected: string;
};
snapshot: {
output: string;
expected: string;
};
html: {
output: string;
expected: string;
};
};
addition: {
bytecode: {
output: string;
expected: string;
};
snapshot: {
output: string;
expected: string;
};
html: {
output: string;
expected: string;
};
};
"simple-branching": {
bytecode: {
output: string;
expected: string;
};
snapshot: {
output: string;
expected: string;
};
html: {
output: string;
expected: string;
};
};
};