-
```
▶ CRASH [expected OK] /WebCryptoAPI/import_export/rsa_importKey.worker.html
│
│ VMware, Inc.
│ Gallium 0.4 on softpipe
│ 3.3 (Core Profile) Mesa 12.0.1
│ Stack trace for thread …
-
Hello Folks,
sorry to bug, but I ran into a super odd problem. I have created a small server/client demo based on Emscripten, and run it in Chrome. Sadly, communication always terminates with a faile…
-
These would not only let Typescript users use chipmunk-js conveniently, it'd also let some other languages like F# and Scala (which I'm using) interop more conveniently. Given that chipmunk-js follows…
-
I just noticed that nbind apparently isn't compatible with Webpack yet. Supporting it would be a great addition, especially since the asm.js compilation already works !
Basically, in order to be we…
-
Following the pattern `--` , values defined for `sysconfig.get_platform()` and `sysconfig.get_config_vars('MULTIARCH')`:
shell.wasm.sh : `wasm_1_emscripten` or `wasm_1pic_emscripten`
TODO: iirc…
pmp-p updated
2 years ago
-
### ExcelJS
https://github.com/guyonroche/exceljs
Reasons:
- Add colors to XLSX files
- reduce size of required library
### Jacob
https://github.com/Canna71/Jacob
http://dailyjs.com/2015/03/05/jaco…
-
I see from makefile that you use install-tl-unx to install texlive which will install texlive2018 now.
so i'd like to know could this makefile work with new texlive 2018?
-
I feel like we should have some reasonable solution for supporting older browsers. So far I haven't really found a good solution so that's why I'm bringing it up here. Also once we have a good solutio…
CryZe updated
5 years ago
-
Are the strict equality operators === and !== implicitly disallowed in "use asm" code or is this just an oversight?
https://github.com/dherman/asm.js/blob/master/html/index.html#L1522
-
Right now the following fails to parse because the line `i3 = (i3+1) |0` is missing a `;`.
``` js
function f5() {
var i3 = 0;
i3 = (i3+1) |0
return i3|0;
}
```
Is this by desi…