Compiling to WebAssembly: It’s Happening
hacks.mozilla.org
Compiling to WebAssembly: It’s Happening
1–10 of 225 posts
Re: Compiling to WebAssembly: It’s Happening
#2Re: Compiling to WebAssembly: It’s Happening
#3I always feel like the most obvious use for it is to start writing truly hateful and abusive code.
I'm sure this is because I'm getting old.
Re: Compiling to WebAssembly: It’s Happening
#4Does this mean anyone can write Python to wasm converter then run it on browser, looks like LLVM backend?
Re: Compiling to WebAssembly: It’s Happening
#5Re: Compiling to WebAssembly: It’s Happening
#6Web assembly always makes me a little sad. It feels like we are going back to flash only it won't be bad this time, I promise, no really. I always feel like the most obvious use for it is to start writing truly hateful and abusive code. I'm sure this is because I'm getting old.
Re: Compiling to WebAssembly: It’s Happening
#7Web assembly always makes me a little sad. It feels like we are going back to flash only it won't be bad this time, I promise, no really. I always feel like the most obvious use for it is to start writing truly hateful and abusive code. I'm sure this is because I'm getting old.
Re: Compiling to WebAssembly: It’s Happening
#8The reason I ask is that asm.js is really painful and cumbersome to write by hand and wasm seems substantially nicer, but I only have small bits of numerical hot loops which I want to use wasm/asm.js for, and I have no desire to bring a bunch of code written in C into my little project.
Re: Compiling to WebAssembly: It’s Happening
#9Web assembly always makes me a little sad. It feels like we are going back to flash only it won't be bad this time, I promise, no really. I always feel like the most obvious use for it is to start writing truly hateful and abusive code. I'm sure this is because I'm getting old.
Re: Compiling to WebAssembly: It’s Happening
#10Is there (or are there any plans to add) a WebAssembly -> asm.js compiler, so that I can write some code by hand in WebAssembly and still get it to run fast in old browsers? Or are there features of WebAssembly that would be impossible to add in asm.js? The reason I ask is that asm.js is really painful and cumbersome to write by hand and wasm seems substantially nicer, but I only have small bits of numerical hot loop…