uuid icon indicating copy to clipboard operation
uuid copied to clipboard

Unknown placeholder import in `wasm32-unknown-unknown`

Open dvn8weil opened this issue 7 months ago • 11 comments

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!

dvn8weil avatar Mar 31 '25 09:03 dvn8weil