Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
## generate the c# and the component module

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

```bash
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

```bash
// 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\"
```
Morty Proxy This is a proxified and sanitized view of the page, visit original site.