Translation when table is exported
michelledaviest opened this issue · 4 comments
michelledaviest commented
Hello!
Does aWsm translate binaries whose tables are exported? I keep getting the following error when I try to compile binaries that export their libraries.
thread 'main' panicked at 'Have not implemented export kind Table', src/wasm.rs:1238:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Thanks!
Others commented
I think this error is in place because we never decided on an ABI for table exports.
Do you actually want to export your tables? Or just have us not crash when encountering tables that happen to be exported?
michelledaviest commented
I wanted to export my tables. Do you have any workaround or were y'all planning to introduce this in the future?
Thanks for the quick response! :)
Others commented
Is the idea that you'd then link in another binary that imported that table?
michelledaviest commented
Yup!