Pass a JavaScript Function to WebAssembly and Invoke it from Rust | egghead.io
build>>
https://github.com/bytecodealliance/wasmtime-dotnet
Running .NET in WebAssembly | Fermyon • Experience the next wave of cloud computing.
dotnet workload install wasm-experimental
Run .NET from JavaScript | Microsoft Learn
csproj 신규생성
dotnet new wasmbrowser
#dotnet serve 설치
dotnet tool install --global dotnet-serve
# dotnet run 대신 dotnet serve를 통한 실행
dotnet serve -d:bin/Debug/net7.0/browser-wasm/AppBundle
_end
반응형