8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b841ef6 commit 63a442dCopy full SHA for 63a442d
.github/workflows/release.yml
@@ -109,6 +109,13 @@ jobs:
109
- uses: actions/setup-node@v4
110
- uses: mwilliamson/setup-wabt-action@v3
111
with: { wabt-version: "1.0.30" }
112
+ - name: build demo
113
+ run: |
114
+ npm install
115
+ npm run dist
116
+ env:
117
+ NODE_OPTIONS: "--openssl-legacy-provider"
118
+ working-directory: ./wasm/demo
119
- name: build notebook demo
120
run: |
121
npm install
@@ -161,4 +168,4 @@ jobs:
161
168
--target="$tag" \
162
169
--generate-notes \
163
170
$PRERELEASE_ARG \
164
- bin/rustpython-release-*
171
+ bin/rustpython-release-*
0 commit comments