RyanLamansky / dotnet-webassembly

Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
Apache License 2.0
792 stars 74 forks source link

Add Bulk Memory Instructions #65

Closed BadRyuner closed 5 months ago

BadRyuner commented 6 months ago

Adds support for the missing instructions from this proposal: https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md

I don't know how to implement table.*** since they are not in memory as they should be. Instead they are in the form of fields(

BadRyuner commented 5 months ago

Bulk memory proposal: https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md