You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not seem possible to use https://github.com/dtolnay/typetag to easily convert from TOML to boxed trait objects for WASM, but it works with native compilation.
The use of https://github.com/mmastrac/rust-ctor might be the reason, since it uses low level file format manipulation to start code execution. There is no such thing in WASM, or at least here is a start section, but even so, the technique would be different than the one currently used by ctor.
The text was updated successfully, but these errors were encountered:
It does not seem possible to use https://github.com/dtolnay/typetag to easily convert from TOML to boxed trait objects for WASM, but it works with native compilation.
The use of https://github.com/mmastrac/rust-ctor might be the reason, since it uses low level file format manipulation to start code execution. There is no such thing in WASM, or at least here is a start section, but even so, the technique would be different than the one currently used by ctor.
The text was updated successfully, but these errors were encountered: