fast-layer 0.1.0

WIP: A fast WebAssembly-based layer for high-performance MapLibre/Mapbox
Documentation
1
2
3
4
5
6
7
// This main function is primarily for testing purposes
// The WASM library functions are defined in lib.rs

fn main() {
    println!("WASM Library - Hello World");
    println!("This binary can be used for testing, but the WASM functions are in lib.rs");
}