Mike Lewis
Mike Lewis
@nsf I was looking into this a bit, and I think all I would have to do is have gocode return the package and type the symbol that is autocompleted...
@nsf Thanks! I think that will be a good starting point.
I think a blocker for this is also #44 since wasm is only 32 bit. I got it compiling after commenting out a lot of type size assertions, but definitely...
@stepancheg Not sure if this helps, but I pushed a branch where you can repro it erroring (also using bazel). I pushed a branch [here](https://github.com/facebookexperimental/starlark-rust/compare/main...mikelikespie:starlark-rust:mikelewis/bazel-wasm?expand=1) If you install bazel &...
I think it could be built in cargo (pretty sure it would possibly be easier), but was mostly working with an existing project had bazel.
Thanks so much! APologies for not fixin the test, it got lost in my todos On Sun, Jun 16, 2024 at 1:38 AM Guille Gonzalez ***@***.***> wrote: > @mikelikespie I...