40 breaking releases
Uses new Rust 2024
| 0.53.1 | Feb 13, 2026 |
|---|---|
| 0.52.0 | Jan 31, 2026 |
| 0.50.0 | Dec 23, 2025 |
| 0.48.1 | Nov 22, 2025 |
| 0.15.0 | Nov 27, 2023 |
#1957 in WebAssembly
3,244 downloads per month
Used in 2 crates
340KB
7.5K
SLoC
generate the c# and the component module
The following will generate the c# code given a wit file:
cargo run csharp --string-encoding utf8 --out-dir testing-csharp tests/codegen/floats.wit
Setup
To run the runtime tests with Native AOT, you need some additional set up
// install wasi-sdk and set env
curl.exe -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22/wasi-sdk-22.0.m-mingw64.tar.gz | tar xzvf -
$env:WASI_SDK_PATH="c:\users\jstur\wasi-sdk-22.0+m\"
Dependencies
~6.5MB
~125K SLoC