Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Rename codegen to compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
timkendall committed Feb 19, 2022
1 parent 237dd87 commit 3093079
Show file tree
Hide file tree
Showing 43 changed files with 7 additions and 1,733 deletions.
2 changes: 1 addition & 1 deletion codegen/bin/index → bin/index
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require("fs");
const { WASI } = require("wasi");
const path = require('path')

const BINARY_PATH = './codegen-rust/target/wasm32-wasi/release/tql.wasi.wasm'
const BINARY_PATH = './compiler/target/wasm32-wasi/release/tql.wasi.wasm'
const WASM_BINARY = fs.readFileSync(BINARY_PATH)

const [_node, _bin, ...rest] = process.argv
Expand Down
11 changes: 0 additions & 11 deletions codegen-rust-typescript/.appveyor.yml

This file was deleted.

5 changes: 0 additions & 5 deletions codegen-rust-typescript/.gitignore

This file was deleted.

69 changes: 0 additions & 69 deletions codegen-rust-typescript/.travis.yml

This file was deleted.

39 changes: 0 additions & 39 deletions codegen-rust-typescript/Cargo.toml

This file was deleted.

176 changes: 0 additions & 176 deletions codegen-rust-typescript/LICENSE_APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions codegen-rust-typescript/LICENSE_MIT

This file was deleted.

Loading

0 comments on commit 3093079

Please sign in to comment.