Task 433: Add jupiter_radiation.rs Functions to WASM Bridge
未着手 ← タスク一覧
Task 433: Add jupiter_radiation.rs Functions to WASM Bridge
Status: DONE
Summary
Add WASM bindings for the jupiter_radiation.rs module — the only core module entirely absent from the WASM bridge. Key functions: JupiterRadiationConfig::default_model(), dose_rate_krad_h, transit_analysis, minimum_survival_velocity, ep02_jupiter_escape_analysis.
Rationale
- jupiter_radiation.rs is the only core module with no WASM bridge presence
- EP02 shield analysis and Jupiter radiation dose calculations not browser-reproducible
- flyby, attitude, comms, and all other modules are already bridged (verified)