Hi I have put together this repo with steps to reproduce.
ComponentizeJS is failing when:
- exports a synchronous function.
- the synchronous function starts deferred work (fetch).
Two branches have been prepared:
- main await is used and tests pass.
- poll a polling mechanism is used and tests hang.
Repo includes all dependencies at latest versions at time of writing:
- componentize-js 0.19.3
- rust 1.93.0
- wit-bindgen 0.53.1
- wit-bindgen-rt 0.44.0
- wstd 0.6.5
Repo README is very detailed
I cannot use await because I have read it is implemented as blocking the caller and my caller is an http server
Please do ask any and all questions and thanks for ComponentizeJS
Hi I have put together this repo with steps to reproduce.
ComponentizeJS is failing when:
Two branches have been prepared:
Repo includes all dependencies at latest versions at time of writing:
Repo README is very detailed
I cannot use await because I have read it is implemented as blocking the caller and my caller is an http server
Please do ask any and all questions and thanks for ComponentizeJS