Skip to content

Unknown placeholder import in wasm32-unknown-unknown #822

@dvn8weil

Description

@dvn8weil

Hi,
When i am trying to build my project containing the following uuid dependency :
uuid = {version = "1.16.0", features = ["v4", "js"]}
The .wat file contains these imports including the placeholder import that are creating issue in my usage of the wasm binary.

(import "__wbindgen_placeholder__" "__wbindgen_describe" (func $_ZN12wasm_bindgen19__wbindgen_describe17ha2b0f1d17785f195E (;2;) (type 0)))
  (import "__wbindgen_externref_xform__" "__wbindgen_externref_table_grow" (func $_ZN12wasm_bindgen9externref31__wbindgen_externref_table_grow17hdc9360a44cb6f2f5E (;3;) (type 1)))
  (import "__wbindgen_externref_xform__" "__wbindgen_externref_table_set_null" (func $_ZN12wasm_bindgen9externref35__wbindgen_externref_table_set_null17h2e60a48c28265f6eE (;4;)

Is there something that i am missing here?
Thanks!

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