26 breaking releases

0.39.0 Feb 5, 2025
0.37.0 Jan 10, 2025
0.36.0 Nov 27, 2024
0.28.0 Jul 16, 2024
0.15.0 Nov 27, 2023

#1679 in WebAssembly

Download history 134/week @ 2024-10-29 78/week @ 2024-11-05 184/week @ 2024-11-12 165/week @ 2024-11-19 372/week @ 2024-11-26 98/week @ 2024-12-03 99/week @ 2024-12-10 34/week @ 2024-12-17 17/week @ 2024-12-24 20/week @ 2024-12-31 236/week @ 2025-01-07 46/week @ 2025-01-14 289/week @ 2025-01-21 44/week @ 2025-01-28 258/week @ 2025-02-04 75/week @ 2025-02-11

674 downloads per month
Used in wit-bindgen-cli

Apache-2.0…

265KB
5.5K SLoC

generate the c# and the component module

The following will generate the c# code given a wit file:

cargo run c-sharp --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

~9MB
~159K SLoC