jtenner
jtenner
@willemneal looking at this RTrace output, I can very clearly see that the references sometimes don't properly get collected. ``` [Success]: ✔ float to int maps [Success]: ✔ different sized...
Should be able to use `toBe()` and `strictEquals()` assertions on simd values.
- [ ] create `@as-pect/dom-reporter` package - [ ] Implement test runner from a web worker - [ ] Need a way to notify parent thread test results/group results -...
Web Assembly is awesome and portable. Let's get this language into developer hands in the browser, node and maybe deno via emscripten. Let's use this thread for discussion.
fixes #499 I'm not sure if there's any other places a javascript function like `function(d) {return null;}` occurs, but this is a good start. I also cannot install the packages...
``` src/parser/grammar.ts(38,68): error TS6133: 'd' is declared but its value is never read. src/parser/grammar.ts(41,70): error TS6133: 'd' is declared but its value is never read. ``` The workaround of course...
Example setup needed to bootstrap jest manually that can be a pain point: ```ts const jest = { fn: (arg) => arg, }; global.jest = jest; const CanvasRenderingContext2D = require("jest-canvas-mock/lib/classes/CanvasRenderingContext2D").default;...
Fixes #18 I think this might do it. When I go into `node_modules` and make this change, I can quickly write to stdout like this. Only problem is that I...
Hello! Great work on this project by the way. In reference to #17 where the writes to stdout and stderr were returning `31`. Looks like ```ts const stat = (wasi,...