- For .NET 9 and above, added the ability to convert WASM files to .NET DLLs.
- An example of how to do this is in the README.
- This feature is experimental but is confirmed to work in (at least) simple cases.
Unclaimed project
Are you a maintainer of dotnet-webassembly? Claim this project to take control of your public changelog and roadmap.
Changelog
Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
BitOperations are leveraged to accelerate 32 and 64-bit WASM instructions for count of leading 0 bits, count of 1 bits, count of trailing 0 bits, rotate left, and rotate right.Fixed the "WebAssemblyValueType 7 not recognized." error encountered during compilation of some WASMs. Thanks @munik!