Skip to content

Commit 3b588f5

Browse files
authored
Merge pull request #29 from loadnetwork/helios
feat: helios light client embedded server
2 parents a6c3533 + cf52eba commit 3b588f5

12 files changed

Lines changed: 9214 additions & 2 deletions

File tree

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ echo "Starting deployment..."
1919
build_nif "load_revm_nif"
2020
build_nif "kernel_em_nif"
2121
build_nif "riscv_em_nif"
22+
build_nif "helios_nif"
2223

2324
echo "All NIFs built and copied successfully"

native/helios_nif/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
.env

0 commit comments

Comments
 (0)