@smake/llvm-vscode
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@smake/llvm-vscode

// smake.js
const { LLVM } = require('@smake/llvm');
const { vscode } = require('@smake/llvm-vscode');

const target = 'x86_64-unknown-linux-gnu';

const executable = new LLVM('executable', target);
executable.files = ['examples/src/main.c'];

vscode(executable);

module.exports = [executable];

Package Sidebar

Install

npm i @smake/llvm-vscode

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

146 kB

Total Files

8

Last publish

Collaborators

  • kuyoonjo