So the situation Im in is that I have a project that needs `marshal`, but I only need it inside of macros. And I want to compile it to `js`. So that doesnt work because `marshal` doenst support `js` backend. But it could work in theory, because only the VM uses it.
Is there any way to import it only for compile-time use?
