Skip to content

Commit 98c3a23

Browse files
committed
add doc to download latest rust+ bundle
1 parent 35bbfa1 commit 98c3a23

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/DownloadBundle.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Download Rust+ Bundle
2+
3+
You can use the following bash snippet to fetch the latest Rust+ bundle URL.
4+
5+
```bash
6+
curl -s -H 'Exponent-SDK-Version: 38.0.0' -H 'Exponent-Platform: android' -H 'Exponent-Version: 0.0.15' -H 'Accept: application/expo+json,application/json' -H 'Expo-Release-Channel: default' -H 'Expo-Api-Version: 1' -H 'Expo-Client-Environment: STANDALONE' -H 'Exponent-Accept-Signature: true' -H 'Expo-JSON-Error: true' -H 'Host: exp.host' -H 'User-Agent: okhttp/3.12.1' --compressed 'https://exp.host/@facepunch/RustCompanion' | python -c 'import sys, json; print(json.loads(json.load(sys.stdin)["manifestString"])["bundleUrl"])'
7+
```

0 commit comments

Comments
 (0)