docs: Root lib docs toegevoegd voor nu

This commit is contained in:
Philippe Zwietering
2026-09-08 17:13:18 +02:00
parent 6ee793765b
commit 61ca20a5e1
+5
View File
@@ -1,3 +1,8 @@
//! WASM implementation of a double pendulum simulation
//!
//! See README.md for installation / build instructions.
//! This implementation is just a stub for now.
use wasm_bindgen::prelude::*;
#[wasm_bindgen(start)]