We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbe595 commit 1c7d32eCopy full SHA for 1c7d32e
.github/workflows/sdk.yml
@@ -81,7 +81,7 @@ jobs:
81
- node-ts
82
- offline-public-transaction-ts
83
- react-leo
84
- - react-managed-worker
+ #- react-managed-worker
85
- react-ts
86
- vanilla
87
steps:
@@ -139,7 +139,7 @@ jobs:
139
- name: "cargo fmt"
140
working-directory: wasm
141
run: |
142
- cargo fmt --all -- --check
+ cargo fmt --all --check
143
144
145
website:
wasm/build.js
@@ -25,8 +25,6 @@ async function buildWasm(network) {
25
},
26
plugins: [
27
rust({
28
- verbose: true,
29
-
30
extraArgs: {
31
cargo: [
32
"--config", "build.rustflags=" + JSON.stringify([
0 commit comments