We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e567c99 commit f013a27Copy full SHA for f013a27
2 files changed
compile_flags.txt
@@ -0,0 +1 @@
1
+-I./contracts/utils
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "build": "c2wasm-cli contracts/index.c build/",
+ "build": "c2wasm-cli contracts/index.c build/ --headers contracts",
8
"test": "LOG_LEVEL=error VITE_CJS_TRACE=true vitest",
9
"xrpld:start": "xrpld-netgen up:standalone --protocol xahau --version 2025.12.1-release+2609",
10
"xrpld:stop": "xrpld-netgen down:standalone --protocol xahau --version 2025.12.1-release+2609",
0 commit comments