From 6c5f395978b34e7b4626ea8605f0eca20ab730d8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 19 Oct 2023 08:31:39 -0700 Subject: use shiny hostcall to get cache objects as file descriptors --- ci-wasm-frontend/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ci-wasm-frontend/Cargo.toml') diff --git a/ci-wasm-frontend/Cargo.toml b/ci-wasm-frontend/Cargo.toml index 6acbf49..a840d61 100644 --- a/ci-wasm-frontend/Cargo.toml +++ b/ci-wasm-frontend/Cargo.toml @@ -6,7 +6,7 @@ license = "0BSD" edition = "2021" [[bin]] -name = "ci_wasm_frontend" +name = "ci-wasm-frontend" path = "src/main.rs" [dependencies] @@ -23,3 +23,6 @@ libc = "*" [patch.crates-io] rusqlite = { version = "0.26", git = "https://github.com/rkusa/rusqlite.git", branch = "wasi" } libsqlite3-sys = { version = "0.23", git = "https://github.com/rkusa/rusqlite.git", branch = "wasi" } + +[build.release] +lto = "full" -- cgit v1.1