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

[0.4.0] Introduce WrenLoadModuleResult, fix unfreed strings from host. #778

Merged
merged 5 commits into from
Dec 3, 2020

Commits on Jul 11, 2020

  1. Introduce WrenLoadModuleResult, fix unfreed strings from host.

    The original attempt at handling the returns from loadModuleFn wasn't ideal. 889cae5
    
    Instead of making the host go via the VM allocation and need to understand it semantically, we can instead solve the problem of the unfreed return result directly.
    
    This also opens up the option of providing a length parameter or other information needed later (length is optional, and not used as of right now, but exists to show intent).
    ruby0x1 committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    6d3739a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a95253 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. remove unused length param

    ruby0x1 committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    559ee1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d00746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64c799e View commit details
    Browse the repository at this point in the history