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
Different users may have different requirements / constraints
Allow the consumer of the library to configure, at compile time, certain limits. E.g. if they know they will only be running small .wasm binaries, maybe they want the array of instructions to only of length less than can be represented by a u16 and thereby cut down on the size of the instructions themselves
More examples:
Customise how memory works:
mmap with guard pages
The text was updated successfully, but these errors were encountered:
u16
and thereby cut down on the size of the instructions themselvesmemory
works:The text was updated successfully, but these errors were encountered: