An open API service indexing awesome lists of open source software.

https://github.com/deadblackclover/fsharp-native-dll

Example of using native libraries in F#
https://github.com/deadblackclover/fsharp-native-dll

dll fsharp native rust zig

Last synced: 8 months ago
JSON representation

Example of using native libraries in F#

Awesome Lists containing this project

README

          

# fsharp-native-dll

Example of using native libraries in F#

### Build native_rust

```sh
cargo build
```

### Build native_zig

Use version 0.13.0 to compile the library

```sh
zig build
```

### Build native_fsharp

```sh
dotnet publish -c Release -r --self-contained
```