Milan Raj
Milan Raj
I was able to do that as a workaround, thank you! 🎉🎉 --- Note: The following ended up being long and me trying to capture what my getting started experience...
@texodus does it look like I'm leveraging the inline build as intended? I created two simple jsbin examples (that are not using a bundler): one for [inline build](https://jsbin.com/ruvakuc/edit?html,output) and one...
@texodus The inline build fixes included in v3.1.2 https://github.com/finos/perspective/releases/tag/v3.1.2 seem to work for me! Updated stackblitz with vite using inline builds: https://stackblitz.com/edit/perspective312-vite?file=README.md Updated jsbin using inline builds via unpkg: https://jsbin.com/buwicow/1/edit?html,output...
The stack trace in the repro linked from the following issue looks very similar, might be the same issue? https://github.com/bytecodealliance/ComponentizeJS/issues/194#issue-2874617224
Thanks @karthik2804! Updating the wit in the above examples to: ``` package main-namespace:main-package; world main-world { import wasi:cli/[email protected]; export wasi:http/[email protected]; } ``` unblocked me from upgrading to `@bytecodealliance/[email protected]` and `@bytecodealliance/[email protected]`...
@chrisdholt we have validated the memory leak issues are resolved with #7023 included in `@microsoft/[email protected]`. We did find changes to performance in browsers as a result of the changes but...
Maybe I was just misinterpreting the docs, they seem to indicate that by default the inline builds are used and a bundler is not needed: https://docs.rs/perspective-js/latest/perspective_js/#installation > By default, Perspective...
I found a workaround by using the inline builds in the latest package with vite as shown here: https://github.com/finos/perspective/issues/2796#issuecomment-2438383909 Maybe this issue should be open to capture documentation updates /...
Looks like `cargo binstall just` works!
I'm also interested in having `process.env` as a built-in similar to having `fetch-event`. Those two features as a subset of "common js apis" cover a large portion of http proxy...