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 19e066c commit e08fdceCopy full SHA for e08fdce
packages/loopring-wasm/project.json
@@ -11,7 +11,7 @@
11
"cwd": "packages/loopring-wasm",
12
"commands": [
13
{
14
- "command": "tinygo build --no-debug -o ../loopring-sdk/src/lib/bridge/wasm-release.wasm -target wasm -scheduler=none",
+ "command": "tinygo build --no-debug -o ../loopring-sdk/src/lib/bridge/wasm-release.wasm -target wasm",
15
"forwardAllArgs": false
16
}
17
]
0 commit comments