Make a subset of heraldcore's functionality usable in headless situations #17
Labels
Discussion
Proposed implementations, thoughts about current ones.
enhancement
New feature or request
Possible directions (not mutually exclusive):
neon
): This is preferable to WebAssembly for a number of reasons.neon
is fairly mature and makesheraldcore
functionality drivable from Node.PyO3
): We know from experience that this is easy, if a bit rough.heraldcore
's public Rust API more ergonomic: This is something that we should do anyway.rust_swig
): I'm not sure how mature or robustrust_swing
is, so this may not be the correct approach.jni-rs
may be a better solution for JVM languages.rlua
). It's unclear how many people would use this.The text was updated successfully, but these errors were encountered: