You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be possibility, maybe even dynamically selective, to choose either platform or library provided libraries to be used. One scenario: easy testing on some actual platform.
Adequate testing of WASM and when using platform specific cryptograhic implementations.
The text was updated successfully, but these errors were encountered:
veikkoeeva
changed the title
Consider both Blazor and WASM as a compilation targets
Consider WASM as a compilation target (not only Blazor)
Apr 15, 2022
Non-browser targers: WASI via https://github.com/stevesandersonms/dotnet-wasi-sdk for non-browser targets (targeting browser via this may need something like https://www.npmjs.com/package/@wasmer/wasi).
Browser targets without Blazor https://github.com/dotnet/runtimelab/blob/feature/NativeAOT-LLVM/docs/using-nativeaot/compiling.md#webassembly or maybe https://github.com/unoplatform/Uno.Wasm.Bootstrap.
Blazor.
Here Blazor and WASM without Blazor are more important than WASI.
Some other notes
WebCrypto could mean using RSA (or ECDSA). In this case
keyAgreement
could mean https://datatracker.ietf.org/doc/html/rfc6101#section-6.1.1.It may be https://w3c.github.io/webappsec/admin/webappsec-charter-2021.html will define Ed25519 (and X25519) support and browsers implement it quickly. It also appears LibSodium can be compiled to WASM.
Explicit notes:
See also publishing
wasm
files, e.g. at https://dev.to/azure/exploring-net-webassembly-with-wasi-and-wasmtime-41l5.The text was updated successfully, but these errors were encountered: