Skip to content

Commit f0bbe7a

Browse files
committed
ci: build the esplora wasm file as part of the release artifacts
1 parent afa8167 commit f0bbe7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ build_wally_release_files:
143143
- cd dist
144144
- tar czf wallycore-wasm.tar.gz --remove-files wallycore.html wallycore.js wallycore.wasm
145145
- cd ..
146+
- EXPORTED_FUNCTIONS="['_malloc','_free','_wally_init','_wally_asset_value_commitment','_wally_asset_generator_from_bytes']" tools/build_wasm.sh
147+
- cd dist
148+
- tar czf esplora-wasm.tar.gz --remove-files wallycore.html wallycore.js wallycore.wasm
149+
- cd ..
146150
- sphinx-build -b html -a -c docs/source docs/source docs/build/html
147151
- cd docs/build
148152
- tar czf ../../wally_dist/apidocs.tar.gz html/

0 commit comments

Comments
 (0)