Skip to content

Commit f013a27

Browse files
committed
build with custom headers
1 parent e567c99 commit f013a27

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

compile_flags.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-I./contracts/utils

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"build": "c2wasm-cli contracts/index.c build/",
7+
"build": "c2wasm-cli contracts/index.c build/ --headers contracts",
88
"test": "LOG_LEVEL=error VITE_CJS_TRACE=true vitest",
99
"xrpld:start": "xrpld-netgen up:standalone --protocol xahau --version 2025.12.1-release+2609",
1010
"xrpld:stop": "xrpld-netgen down:standalone --protocol xahau --version 2025.12.1-release+2609",

0 commit comments

Comments
 (0)