Skip to content

Maybe add a section to discuss FFI? #20

@ia0

Description

@ia0

Declaring an FFI function is just declaring an unsafe wrapper that simply cast arguments and result when calling the unsafe function of the other language. The proof of that unsafe call can either use the wrapper pre-condition (thus the wrapper is unsafe) or not (the wrapper is safe).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions