mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-12 14:55:32 +00:00
use latest sqlite and redis
This commit is contained in:
parent
1dcc9968bb
commit
ab14b987ea
@ -18,9 +18,9 @@ use fce::FCE;
|
|||||||
use fce::IValue;
|
use fce::IValue;
|
||||||
|
|
||||||
const REDIS_DOWNLOAD_URL: &str =
|
const REDIS_DOWNLOAD_URL: &str =
|
||||||
"https://github.com/fluencelabs/redis/releases/download/v0.11.0_w/redis.wasm";
|
"https://github.com/fluencelabs/redis/releases/download/v0.12.0_w/redis.wasm";
|
||||||
const SQLITE_DOWNLOAD_URL: &str =
|
const SQLITE_DOWNLOAD_URL: &str =
|
||||||
"https://github.com/fluencelabs/sqlite/releases/download/v0.11.0_w/sqlite3.wasm";
|
"https://github.com/fluencelabs/sqlite/releases/download/v0.12.0_w/sqlite3.wasm";
|
||||||
|
|
||||||
pub async fn download(url: &str) -> bytes::Bytes {
|
pub async fn download(url: &str) -> bytes::Bytes {
|
||||||
reqwest::get(url)
|
reqwest::get(url)
|
||||||
|
Binary file not shown.
@ -6,5 +6,5 @@ fce build --release
|
|||||||
|
|
||||||
rm artifacts/*
|
rm artifacts/*
|
||||||
cp ../../target/wasm32-wasi/release/sqlite_test.wasm artifacts/
|
cp ../../target/wasm32-wasi/release/sqlite_test.wasm artifacts/
|
||||||
wget https://github.com/fluencelabs/sqlite/releases/download/v0.10.0_w/sqlite3.wasm
|
wget https://github.com/fluencelabs/sqlite/releases/download/v0.12.0_w/sqlite3.wasm
|
||||||
mv sqlite3.wasm artifacts/
|
mv sqlite3.wasm artifacts/
|
||||||
|
Loading…
Reference in New Issue
Block a user