Skip to content

Commit

Permalink
Merge pull request #6 from octocat-rs/cloudflare
Browse files Browse the repository at this point in the history
Implement wasm target support for cloudflare workers
  • Loading branch information
proudmuslim-dev committed Mar 7, 2022
2 parents 11c999e + 333a5de commit 9b4bde9
Show file tree
Hide file tree
Showing 26 changed files with 1,766 additions and 395 deletions.
621 changes: 433 additions & 188 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -4,6 +4,7 @@ members = [
"github-rest",
"examples/basic",
"examples/commitsummary",
"examples/cloudflare",
#"examples/config-file",
]
default-members = ["octocat-rs", "github-rest"]
Empty file added examples/cloudflare/.cargo-ok
Empty file.
4 changes: 4 additions & 0 deletions examples/cloudflare/.gitignore
@@ -0,0 +1,4 @@
/target
**/*.rs.bk
wasm-pack.log
build/

0 comments on commit 9b4bde9

Please sign in to comment.