Live data from Hacker News

mod_wasm: Run WebAssembly with Apache

wasmlabs.dev

51–54 of 54 posts

Re: mod_wasm: Run WebAssembly with Apache

#51

Earlier quoted context omitted.

I think there is a difference between "compile once, run everywhere" and "code once, compile (for) everywhere".

Well, one the developers are smart enough to create optimized packages for each architecture but instead if they wanted to cater to bad practice JS fans they could create a universal binary.

Yeah sandbox security and isolated runtimes are horrible and all.

Re: mod_wasm: Run WebAssembly with Apache

#52

Earlier quoted context omitted.

Well, one the developers are smart enough to create optimized packages for each architecture but instead if they wanted to cater to bad practice JS fans they could create a universal binary.

Yeah sandbox security and isolated runtimes are horrible and all.

Those already exist without WASM

Re: mod_wasm: Run WebAssembly with Apache

#53

Earlier quoted context omitted.

Wrong? There isn’t a right or wrong about this. It is often the job of vulnerability assessment team to get down to the root of the misbehaving components, WASM or not.

Yes there is. Fixing WASM for anything but VM holes is like changing your CPU because your Login screen accepts "password" as valid for every user name.

Until you encounter a misbehavin’ module.

Re: mod_wasm: Run WebAssembly with Apache

#54

Earlier quoted context omitted.

Yeah sandbox security and isolated runtimes are horrible and all.

Those already exist without WASM

And portability without recompile or negotiating different delivery for different targets, and being able to run in a common browser that nearly every user connected internet capable device already has.
Post reply on HN