Skip to content

Commit

Permalink
Merge pull request #11 from OffchainLabs/update-sdk
Browse files Browse the repository at this point in the history
Update SDK Version and Rust Toolchain
  • Loading branch information
rauljordan authored Jan 8, 2025
2 parents 61e8882 + 0e0f5b0 commit 7f5d531
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 112 deletions.
17 changes: 17 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[target.wasm32-unknown-unknown]
rustflags = [
"-C", "link-arg=-zstack-size=32768",
"-C", "target-feature=-reference-types",
]

[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
Loading

0 comments on commit 7f5d531

Please sign in to comment.