Jay

Results 23 comments of Jay

sad... thanks for the answer.

related: https://github.com/sveltejs/kit/issues/1491

I would like this primarily for parsing `HTML`-like languages (Svelte, JSX) that use curly brackets in attributes

I don't think so, sorry. I've gotten caught up in other projects. I seem to do that a lot :/.

I forgot to mention that, sorry. Cargokit is able to create the `.so` file, and it does get copied to the correct directory (`build/linux/x64/debug/bundle/lib/liburust_lib_myapp.so`). Here is the output of `flutter...

okay, so if I manually patch `LD_LIBRARY_PATH` to the lib directory (i.e. going to the bundle directory, setting `LD_LIBRARY_PATH` to `$(pwd)/lib`, and running `./myapp`), everything goes great. So that raises...

I think I'm getting hit with multiple issues at once. After switching to a machine running Arch, I realized that cargokit didn't copy the `.so` file to the `bundle` directory...

If you want to see the logs of a clean build on the actual project, here it is. flutter run --verbose (on the actual project) ```log [ +44 ms] Unable...

I found a fairly hacky fix, but it works for my setup and I don't really feel like debugging further unless someone else is having this issue. I nuked the...