Skip to content

deadblackclover/fsharp-native-dll

Repository files navigation

fsharp-native-dll

Example of using native libraries in F#

Build native_rust

cargo build

Build native_zig

Use version 0.13.0 to compile the library

zig build

Build native_fsharp

dotnet publish -c Release -r <RUNTIME_IDENTIFIER> --self-contained

About

Example of using native libraries in F#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published