-
As part of improving the experience for contributors we should produce helpful documentation covering the logic of ChakraCore's internals. Including what the key data types are in each area and what k…
-
I love this.
Besides making a Wasm module at runtime, can this be used to output WAT text format, or Wasm binary?
I'm working on a Wasm compiler in TypeScript to compile TS to Wasm and native (n…
-
```
What steps will reproduce the problem?
Create a simple kernel like this:
class MyKernel extends Kernel {
int[] a = new int[1];
int[] b = new int[1];
public void run() {
a[b[0]++] = 1;…
-
I feel like this library off to a good start, but this project could use a roadmap to help prioritize the efforts of contributors.
-
For a given node (object, function, scope), tell where it first appeared in the source code. Same for a given edge (object property, scope variable).
-
E.g., I'm using macOS's built-in LLVM (`Apple clang version 12.0.0 (clang-1200.0.32.27)`) and SAW is unable to parse the bitcode. Installing `llvm@7` from brew (`clang version 7.1.0 (tags/RELEASE_710…
-
```
What steps will reproduce the problem?
Create a simple kernel like this:
class MyKernel extends Kernel {
int[] a = new int[1];
int[] b = new int[1];
public void run() {
a[b[0]++] = 1;…
-
```
What steps will reproduce the problem?
Create a simple kernel like this:
class MyKernel extends Kernel {
int[] a = new int[1];
int[] b = new int[1];
public void run() {
a[b[0]++] = 1;…
-
```
What steps will reproduce the problem?
Create a simple kernel like this:
class MyKernel extends Kernel {
int[] a = new int[1];
int[] b = new int[1];
public void run() {
a[b[0]++] = 1;…
-
This happens only with GUI emacs. Terminal seems fine.
```
M-x timonier-version
timonier 0.1.0
[k8s] API version: v1
[Kubernetes] Error with API: (wrong-type-argument number-or-marker-p ni…