Skip to content

Commit

Permalink
Merge branch 'main' into bucket-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
monadabot authored Apr 15, 2024
2 parents b66b161 + f0b6b11 commit aa440bd
Show file tree
Hide file tree
Showing 664 changed files with 4,089 additions and 2,352 deletions.
5 changes: 2 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[env]
WASI_SDK = { value = ".cargo/wasi-sdk-20.0", relative = true }
# tree-sitter build fails with newer version of clang unless implicit-function-declaration is ignored
CC_wasm32_wasi = { value = ".cargo/wasi-sdk-20.0/bin/clang -Wno-error=implicit-function-declaration", relative = true }
AR_wasm32_wasi = { value = ".cargo/wasi-sdk-20.0/bin/ar", relative = true }
CC_wasm32_wasi = { value = ".cargo/wasi-sdk-21.0/bin/clang -Wno-error=implicit-function-declaration", relative = true }
AR_wasm32_wasi = { value = ".cargo/wasi-sdk-21.0/bin/ar", relative = true }
Loading

0 comments on commit aa440bd

Please sign in to comment.