Björn Heinrichs

Results 15 comments of Björn Heinrichs

I've updated the initial post with the output. After skimming the Git Commit Messages, i don't think there is a particular fix in dev either. I also do not think...

So i've started working on creating a test. So basically the expected result would be for a given rule "build": ``` build: ARG FOO=unset RUN echo Foo is $FOO test:...

I'll take a look at the documentation later. I agree that the rust specific part might not be appropriate. I think it does have some value though.

Seems like a dependency issue occured in the meantime. I'll have a loom at it later :)

A couple of things actually (at least visionary): 1. I would prefer writing the library to disk once, and not replacing it whenever. This is a key requirement as I'm...

Yes, agreed, that this is somewhat possible right now. However i disagree with the Solution: java.library.path is read-only after JVM start though. Workarounds seem way to hacky (e.g. http://web.archive.org/web/20210614015640/http://fahdshariff.blogspot.com/2011/08/changing-java-library-path-at-runtime.html )....

I'm sorry, i feel like i'm being quite bad at explaining my use-case. I enjoy being able to just add a maven dependency and "it just works" is great. During...

@bpajama this should have been addressed by https://github.com/kawamuray/wasmtime-java/pull/31 right?

Just encountered the same issue. I worked around it by invoking parser GenerateParser twice. First one is a dependend of compileJava Second one depends on compileJava which also needed the...