You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `datafusion_udf_wasm_python`: Guest for Python-based UDFs, bundles CPython.
133
+
134
+
Each of them is provided `debug` and `release` build. The artifacts have the file extension `.wasm`.
135
+
136
+
# Machine-Code Binaries
137
+
In addition to the WASM binary blobs, we also provide pre-compiled guests for various targets to be used with `wasmtime`. The artifacts have the file extension `.so`.
138
+
139
+
**⚠️ Using pre-build binaries requires you to validate the source and trust the binary. Using a binary blindly can lead to remote code execution, memory and data corruption, and all kinds of bad things. You can use the provided build attestation. ⚠️**
140
+
141
+
# Checksums & Attestation
142
+
We provide sha256 checksums for all artifacts in `sha256sum.txt`. You can use that file -- either directly or indirectly via its own checksum -- to safely pin all artifacts of this release. We also provide [build attestation]({{ steps.attestation.outputs.attestation-url }}).
0 commit comments