bytecodealliance / wizer

The WebAssembly Pre-Initializer
Apache License 2.0
942 stars 55 forks source link

implement partial bulk memory support #57

Closed dicej closed 2 years ago

dicej commented 2 years ago

This is an expanded version of #37 which explicitly supports memory.copy, memory.fill, and memory.init but still rejects modules which use any other bulk memory operations.

Signed-off-by: Joel Dice joel.dice@fermyon.com