Afshan Ahmed Khan

Results 10 issues of Afshan Ahmed Khan

## Related Issues fixes #1272 ## Description I tried to debug the issue , while debuggging I found out that even though splide_list element containing HTMLElement in prototype chain the...

### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...

bug

Suppose I wrote some code in rust which have exported extern functions annonated ``` #[export_name = "..."]``` macro and I also have trait implmentation of exported functions through wit ....

hey there how can I sort of clone a wasm in execution the issue is I call the one of the imported function (1st function) from guest on host (...

How can I get a function from one quickjs wasm rs vm/runtime and execute that function in another instance of quickjs wasm rs vm/runtime. Suppose I have a function like...

question

I want to wait / sleep or run a function after timeout of some seconds in wasm32-wasi component ? But I want that to be cancellable . I tried doing...

For example suppose I have a method date /// Returns current date and time in utc #[builtin] fn date( dateTime: Option, timeStamp: Option, year: Option, monthIndex: Option, day: Option, hours:...