polyfill-prototype-1 icon indicating copy to clipboard operation
polyfill-prototype-1 copied to clipboard

Experimental WebAssembly polyfill library and tools

Results 6 polyfill-prototype-1 issues
Sort by recently updated
recently updated
newest added

> Decode while downloading (using HTTP Range requests or splitting into separate files) Since WebAssembly is targeted at newer browsers, how about you guys use the new `fetch` API for...

I try to run this prototype, I got the latest emscripten and `make` it, but I got this, Any tips showed to me to fix it? [root@localhost polyfill-prototype-1]# make emcc...

I'm not entirely clear on the purpose of `CHECKED_OUTPUT_SIZE`. It looks like in one mode, we unpack the entire thing to see what the output size is (in `calculate_unpacked_size`); in...

Hey @lukewagner et al, I've been experimenting with chunked decoding and I have some questions. My experimental setup is using the `onprogress` event of `XMLHttpRequest` for mid-transfer control. This is...

review? @lukewagner this builds the two c++ executables, but doesn't build the emscriptenized load-wasm-worker.js file or remove anything from the Makefile.

emscripten's `tests/cases/bigdouble.ll` emits (in `asm1` mode) ``` function _main() { var $0 = 0.0, $vararg_buffer = 0, label = 0, sp = 0; sp = STACKTOP; STACKTOP = STACKTOP +...