We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
In standalone wasm modules we don't import the memory or the table. We do export the memory by default, but not the table.
Should we always export it, or optionally perhaps?