Skip to content

Accessing Instance.Context reports missing DLL entry point. #18

@jakerr

Description

@jakerr

Calling Context on an instance of Instance

i.e.

    //...
    var instance = new Instance(wasm, printFn, memoryImport);
    InstanceContext context = instance.Context;

gives the error:

`Unable to find an entry point named 'wasmer_instance_context_get' in DLL 'wasmer_runtime_c_api'.

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