Generate memory and table imports/exports in web assembly

Viewed 701

The default code generation for compiling with LLVM/Clang to WebAssembly exports memory and ignores tables completely.

Is there a way to emit memory and table imports (and/or exports) when targeting web assembly with clang (--target=wasm32-unknown-unknown-wasm)?

1 Answers
Related