64 likes
·
4.4K reads
4 comments
A nice article! I am digging more into wasm these days and its so cool tech!
I tried with wasmedge
0.13.3
and dotnet sdk 8.0.100-preview.6.23330.14
with the latest packages (Wasi.AspNetCore.Server.Native: 0.1.2-preview.10061
; Wasi.Sdk: 0.1.4-preview.10020
)and it didn't work.
Could not load file or assembly 'Microsoft.AspNetCore, Version=7.0.0.0
same errors fails with wasmtime 11.0.1
Many things have changed since November last year, especially regarding socket support. I need to find time to understand what changed
Great article! The integration of HTTP servers with WebAssembly (WASM) using Rust and C# opens up fascinating possibilities for web development. The detailed explanations on leveraging Rust's performance benefits and C#'s versatility to create efficient and scalable web applications are particularly insightful.