I feel that there is enough user-facing complexity going on in Watt that it's worth exposing the wasm entry point as a conceptually more straightforward single extern fn if at all possible, rather than a mysterious macro.
This requires committing to TokenStream being pointer-sized, which I am okay with (and happened to be the case already as of #22).
I feel that there is enough user-facing complexity going on in Watt that it's worth exposing the wasm entry point as a conceptually more straightforward single extern fn if at all possible, rather than a mysterious macro.
This requires committing to TokenStream being pointer-sized, which I am okay with (and happened to be the case already as of #22).