Skip to content

Commit a033a05

Browse files
tdrztudor
andauthored
Tudor/remove import exports (#16)
* remove imports and exports; add the folders to .gitignore * create patches/exports folder --------- Co-authored-by: tudor <[email protected]>
1 parent 4db5952 commit a033a05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3
-253581
lines changed

pglite/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
patches/imports.pgcore
22
dist
3+
patches/imports
4+
patches/exports

pglite/cibuild/linkexport.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ echo "FULL:" > ${WORKSPACE}/build/sizes.log
1515
du -hs postgres.wasm >> ${WORKSPACE}/build/sizes.log
1616
echo >> ${WORKSPACE}/build/sizes.log
1717

18+
mkdir -p ${WORKSPACE}/patches/exports
1819

1920
echo "getting wasm exports lists"
2021
wasm-objdump -x $(realpath postgres.wasm) > ${WORKSPACE}/patches/exports/pgcore.wasm-objdump

0 commit comments

Comments
 (0)