Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maraf/dotnet-wasm-nosimd
Sample .NET 8 on WASM application without SIMD
https://github.com/maraf/dotnet-wasm-nosimd
Last synced: 4 days ago
JSON representation
Sample .NET 8 on WASM application without SIMD
- Host: GitHub
- URL: https://github.com/maraf/dotnet-wasm-nosimd
- Owner: maraf
- License: apache-2.0
- Created: 2023-12-04T16:45:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-04T17:03:51.000Z (12 months ago)
- Last Synced: 2023-12-05T17:57:53.015Z (12 months ago)
- Language: JavaScript
- Size: 5.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-wasm-nosimd
Sample .NET 8 on WASM application without SIMD## Live
https://maraf.github.io/dotnet-wasm-nosimd/
## Build
Accquire .NET SDK 8.0.100 or newer
```
dotnet workload install wasm-tools
dotnet publish
```