core
core copied to clipboard
MetaCall: The ultimate polyglot programming experience.
Add docs.rs and documentation. Documentation examples: https://doc.rust-lang.org/stable/rust-by-example/meta/doc.html Feedback of @In-line and @snejugal from [t.me/rustdevs](https://t.me/rustdevs): > call eax: > Few suggestions. > > 1. Don't use str error types. Use structured...
Rust interface is marked as safe, while underlying `core` implementation isn't thread safe. This is unsound.
Related to this commit: https://github.com/metacall/core/commit/3fb57a86d334a4b15b9c249594d3d9165f2abb81#diff-fe9caa8952071583fbfe3ea54361f8843196e62d4eeb269125b5f70494caca2fL842 I have avoided a segmentation fault when executing metacall_destroy in the Node Port test. This should be reviewed. Probably it is a double free or...
Delete Swig dependency as soon as possible. List of Loaders and Ports which can be unified: - [ ] Ruby Loader - [ ] C# Loader - [ ] JS...
For implementing this loader, there is good support, so probably we can do it easily. Normally loaders can be fully implemented in C, but sometimes we can implement the loader...
This issue is to list out things that may or may not have been completed in order to get rs-port working. - [ ] Add the cargo based rs-port project....
When running a NodeJS script with NodeJS (compiled with OpenSSL statically) and then loading any library in Python that uses Py__Hash (which is a C extension for Python using OpenSSL...
It would be pretty awesome to have docker as a backend with exported Bash commands that gets ```pwd``` as variable and mount some core paths to guest to persist even...
This is a Proof of Concept for [Crystal Loader](https://github.com/metacall/core/tree/develop/source/loaders/cr_loader). The idea is to allow it to be fully implemented in Crystal lang, with a minimal C wrapper: [crystal_lib.zip](https://github.com/metacall/core/files/4252719/crystal_lib.zip). It is...
iOS and Android supported can be added using the [NodeJS-mobile library](https://github.com/JaneaSystems/nodejs-mobile)