Skip to content

Commit

Permalink
delete many things
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Sep 26, 2023
1 parent f9cbe91 commit fd1fdbc
Show file tree
Hide file tree
Showing 277 changed files with 25 additions and 15,265 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[workspace]
members = [
# "src/compiler/typescript_to_rust/azle_generate",
"src/compiler/typescript_to_rust/azle_generate_rearchitecture",
"src/compiler/typescript_to_rust/canister_methods"
# "src/compiler/typescript_to_rust/azle_vm_value_derive"
"src/compiler/typescript_to_rust/canister_methods",
]
2 changes: 1 addition & 1 deletion src/compiler/compile_rust_code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function compileRustCode(
) {
await time(`[2/2] 🚧 Building Wasm binary...`, 'inline', async () => {
execSync(
`cd ${canisterPath} && ${GLOBAL_AZLE_RUST_BIN_DIR}/cargo build --target wasm32-wasi --package azle_generate_rearchitecture --release`,
`cd ${canisterPath} && ${GLOBAL_AZLE_RUST_BIN_DIR}/cargo build --target wasm32-wasi --manifest-path azle_generate_rearchitecture/Cargo.toml --release`,
{
stdio,
env: {
Expand Down
1 change: 0 additions & 1 deletion src/compiler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ async function azle() {
candidPath
);
await compileRustCode(canisterName, canisterPath, stdioType);
gzipWasmBinary(wasmFilePath, stdioType);
}
);

Expand Down
18 changes: 0 additions & 18 deletions src/compiler/typescript_to_rust/azle_generate/Cargo.toml

This file was deleted.

174 changes: 0 additions & 174 deletions src/compiler/typescript_to_rust/azle_generate/src/alias_table/mod.rs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fd1fdbc

Please sign in to comment.