Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove Ruby dependency to rutie #52

Merged
merged 1 commit into from
May 17, 2021

Commits on May 17, 2021

  1. feat: Remove Ruby dependency to rutie.

    By removing the dependency to `rutie` for the Ruby code (not for the
    Rust code!), we can simplify our Rust code, including the Rust
    doctests:
    
    * No need to emulate `RbConfig`,
    * So no need to have a build script for `wasmer` (`build.rs`),
    * No need to get `rbconfig` in `Rakefile`,
    * No need to manually add `rutie` to `$LOAD_PATh` when doctesting.
    Hywan committed May 17, 2021
    Configuration menu
    Copy the full SHA
    d05d4cc View commit details
    Browse the repository at this point in the history