Skip to content

Not working on Linux aarch64 #1

@ilomon10

Description

@ilomon10

I was build default example from dmw repo target to aarch64-unknown-linux-gnu. Then run on my arm64 tablet with Debian.

But getting error:

error: Uncaught (in promise) Error: Could not open library: /path/to/.cache/deno/glfw3_v3-4-0.so: file to short
  mod = Deno.dlopen(tmp, symbols);
                        ^
    at new DynamicLibrary (ext:deno_ffi . . .
    . . .

It seems the library does not yet provide build lib for aarch64-unknown-linux-gnu target machine.

But it work pretty well on Windows/Linux x86_64 target.

How do i can build the library for specific target, so i can contribute too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions