Skip to content

Commit

Permalink
Merge branch 'main' into fix/proto-inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Apr 11, 2024
2 parents 78e7173 + eb8975b commit 2a8c86e
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./cloudflare
working-directory: ./tailcall-cloudflare

steps:
- uses: actions/checkout@v4
Expand All @@ -75,7 +75,7 @@ jobs:

- name: Build WASM
run: cargo check --lib --target wasm32-unknown-unknown
working-directory: ./cloudflare
working-directory: ./tailcall-cloudflare
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ default = ["cli", "js"]


[workspace]
members = [".", "autogen", "aws-lambda", "cloudflare"]
members = [".", "autogen", "aws-lambda", "tailcall-cloudflare"]

# Boost execution_spec snapshot diffing performance
[profile.dev.package]
Expand All @@ -194,7 +194,7 @@ debug = false
incremental = false
overflow-checks = false

[profile.release.package.cloudflare]
[profile.release.package.tailcall-cloudflare]
strip = true
codegen-units = 1
opt-level = 'z'
Expand Down
2 changes: 1 addition & 1 deletion cloudflare/Cargo.toml → tailcall-cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "cloudflare"
name = "tailcall-cloudflare"
version = "0.1.0"
edition = "2021"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a8c86e

Please sign in to comment.