-
also paging @michaelpro1 as this is related to https://github.com/intuit/karate/pull/1159
lots to unpack here, so will start with bullet points - feel free to ask questions and I can elaborate
1…
-
Hey, first thanks for working on this! Really looking forward to be able to write rules in modern JavaScript! 😁
Unfortunately I am struggling to get this to work. I tried first with how it is descr…
-
I'm planning to create a pool of Contexts that will all do the same thing, that I warm up for ~30 sec first.
The problem is even though I'm sharing the same Engine between the Contexts and evaluati…
-
https://clojurescript.org/news/2020-04-24-release
-
Hello
I am using GraalVM 1.0.0-rc7. No matter what parameter I send for -H:Name, it gets constantly ignored, getting the name from the jar file instead.
You can see the project here:
https://github…
-
i found the following and i guess es4x is using a own require import implementation is that correct?
```java
/*
* Copyright 2018 Red Hat, Inc.
*
* All rights reserved. This program and the …
-
version:graalvm-ce-1.0.0-rc14
memtracer can't report memory usage correctly
when I run js with "./js --memtracer"
The output always is following:
Location Histogram with Allocation Counts. Reco…
-
-Dvertx.loader=./path/hook.js
```js
exports default {
// importer === resolvedPath of the Importing Module or the module that uses require import
//Type: (specifier: string, importer: strin…
-
Hi, I recently found an interesting project to emulate the AVR (Arduino) chip made entirely in javascript.
I thought it would be a way to be able to use and integrate with a java application.
Howeve…
-
Hello.
I'm trying to use graaljs as drop-in-replacement for nashorn using the vm-parameters: `-Dgraaljs.RegisterGraalJSAsNashorn -Dpolyglot.js.nashorn-compat=true`
But this results in a "Operation…