starship
starship-poc
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Enable wasmtime disk-backed compilation cache Replace Engine::default() with create_engine() across all call sites. Compiled WASM modules are now cached to the platform cache directory, keyed on wasm bytes + engine config + wasmtime version. Subsequent loads skip Cranelift compilation entirely (cache hit).
main
4 days ago
Enable wasmtime disk-backed compilation cache Replace Engine::default() with create_engine() across all call sites. Compiled WASM modules are now cached to the platform cache directory, keyed on wasm bytes + engine config + wasmtime version. Subsequent loads skip Cranelift compilation entirely (cache hit).
perf/wasmtime-cache
4 days ago
Fix benchmark build: pass ExecCache to WasmPlugin::load
main
4 days ago
add client-side tracing spans for profiling visibility Instrument starship::run with sub-spans (serialize_request, send_request, await_response, deserialize_response, render). Move main span after init_tracing so the profiler captures it.
main
5 days ago
refactor: cache WASM guest exports to eliminate per-call lookups Introduce GuestExports struct that resolves typed function handles (alloc, dealloc, call, is_active, drop) and memory once at instantiation. Add read_guest_bytes/write_guest_bytes helpers that use cached exports. call_method (hot path, every plugin.field from Lua) goes from 6 hash lookups per call to 0. is_active_uncached and Drop also use cached handles. Removes Instance from WasmPlugin entirely.
main
5 days ago
fix: resolve clippy warnings across workspace
main
5 days ago
fix: resolve clippy warnings across workspace
wasm-plugin-integration
5 days ago
fix: remove unused OwoColorize import
wasm-plugin-integration
5 days ago
Latest Branches
CodSpeed Performance Gauge
×2.5
perf: enable wasmtime disk-backed compilation cache
#8
4 days ago
1d53f3c
perf/wasmtime-cache
CodSpeed Performance Gauge
×5.7
feat(runtime): add wasm plugin system
#6
5 days ago
427b843
wasm-plugin-integration
CodSpeed Performance Gauge
+1%
Implement the bones of a plugin
#5
7 days ago
2f33280
plugin-nodejs
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs