From 81e35a5fdf894232e4167a9d66c7b93ecf31ea41 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 31 Oct 2015 13:29:45 -0700 Subject: progress on wasm.js communication --- src/wasm-js.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/wasm-js.cpp') diff --git a/src/wasm-js.cpp b/src/wasm-js.cpp index e2ef47bbb..2bea09a16 100644 --- a/src/wasm-js.cpp +++ b/src/wasm-js.cpp @@ -3,6 +3,9 @@ // wasm intepreter for asm2wasm output, in a js environment. receives asm.js, // generates a runnable module suitable as a polyfill. // +// this polyfills an emscripten --separate-asm *.asm.js file, as a drop-in +// replacement. it writes the wasm module to Module.asm, and sets Module.buffer. +// #include -- cgit v1.2.3