Wasmer – Universal Binaries Powered by WebAssembly
1–10 of 22 posts
Re: Wasmer – Universal Binaries Powered by WebAssembly
#2Re: Wasmer – Universal Binaries Powered by WebAssembly
#3Re: Wasmer – Universal Binaries Powered by WebAssembly
#4Re: Wasmer – Universal Binaries Powered by WebAssembly
#5If you're running on Linux, I suppose that applies only to WASM modules that interface with a POSIX system (?)
Re: Wasmer – Universal Binaries Powered by WebAssembly
#6Stupid question - how are they handling system calls in wasmer? I can't seem to find the answer easily.
Re: Wasmer – Universal Binaries Powered by WebAssembly
#7> Once installed, you will be able to run any wasm module (including Nginx!) If you're running on Linux, I suppose that applies only to WASM modules that interface with a POSIX system (?)
Re: Wasmer – Universal Binaries Powered by WebAssembly
#8Is there anywhere I can find actual numbers in terms of performance gains from running NGINX like this vs "the usual way"?
Re: Wasmer – Universal Binaries Powered by WebAssembly
#9> Once installed, you will be able to run any wasm module (including Nginx!) If you're running on Linux, I suppose that applies only to WASM modules that interface with a POSIX system (?)
Doesn't WASM interface with a JS/WASM VM, which is then responsible for interfacing with the OS? There are plenty of POSIX compatible VMs, including V8, the Chrome engine.
Sorry for being confused. Isn't Nginx coded for a POSIX system? Or did they specifically port it to WASM (with its own interface)
Re: Wasmer – Universal Binaries Powered by WebAssembly
#10Stupid question - how are they handling system calls in wasmer? I can't seem to find the answer easily.
Here's an example of that: https://github.com/wasmerio/wasmer/blob/master/src/apis/emsc...