Skip to content

Allow compiling to WebAssambly

Nora Widdecke requested to merge nora/wasm into main

Replace types and functions from libc with native Rust, so the project can now be compiled to wasm with cargo build --target wasm32-unknown-unknown.

Merge request reports