Mathieu Le Muzic
Mathieu Le Muzic
> > @pmconne about consuming meshoptimizer module in parse IMDL workers... MeshoptCompression.decodeMeshoptBuffer is asynchronous, but there is currently no async logic in place in the parser, I could make all...
> > If we want to execute the meshopt decoder in IMDL parser workers, we will have to inject the WASM decode code into the worker > > You can't...
/azp run iTwin.js
> > [WIP do not review] > > The native PR has merged, is this now awaiting review? Sorry wrong link, I updated the description
@pmconne I changed this PR a bit since you last approved it, so I reset your approve so you get a chance to have a second look before merging.
@pmconne what about copying the meshopt module code in itwinjs (mostly sandalone wasm bytecode under MIT license), and change the code to load wasm on demand rather than at module...
@pmconne I removed the error code waiting for your approval.
> * [@mathieu-lemuzic](https://github.com/mathieu-lemuzic) not sure if this falls into the work you're doing either @aruniverse FYI export graphics existed is no longer used in any or our imodel tilers, I...