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?