Alexander Weichart
Alexander Weichart
Any update on the issue?
Doesn't work.
> Please try with the nightly. This issue was a duplicate of #876 and was resolved with #1018. > > Please comment on this; if the issue is still present,...
Sorry, my bad. Looks like I did not install the new nightly version correctly, and I still opened the old build. The new nightly version starts in seconds. Thank you...
How to set this env var? I tried the following, no logging file gets created anywhere: config (in .cargo/config) ``` [env] NIH_LOG = { value = "/Users/aw/nih-log", force = true...
> Just like any other [environment variable](https://en.wikipedia.org/wiki/Environment_variable). On Linux and macOS you can just run your host from the terminal with `env NIH_LOG=/Users/aw/nih-log host-name` to temporarily override it for that...
> There is `wasm-bindgen-futures` crate for async behaviour. AFAIK the wasm_bindgen_futures::spawn_local function only supports `Future`. How could this function be used to _return_ a value?
> > There is `wasm-bindgen-futures` crate for async behaviour. > > That isn't the problem, exporting an async function uses `wasm-bindgen-futures` internally. > > What does `get_link_matches` actually do? If...
> > We've developed a workaround that discovers the runtime class name through `.__proto__.constructor.name`: > > ``` > > use wasm_bindgen::convert::FromWasmAbi; > > pub fn generic_of_jsval(js: JsValue, classname: &str) ->...
Did you find a solution? I am facing the same error.