https://github.com/WAVM/WAVM WebAssembly Virtual Machine
This is a standalone VM for WebAssembly. It can load both the standard binary format, and the text format defined by the WebAssembly reference interpreter <https://github.com/WebAssembly/spec/tree/master/interpreter>. For the text format, it can load both the standard stack machine syntax and the old-fashioned AST syntax used by the reference interpreter, and all of the testing commands. https://github.com/cervus-v/cervus Cervus implements a WebAssembly "usermode" on top of the Linux kernel (which tries to follow the CommonWA <https://github.com/CommonWA/cwa-spec>specification), enabling wasm applications to run directly in ring 0, while still ensuring safety and security. https://github.com/mbasso/awesome-wasm#non-web-embeddings Curated list of awesome things regarding WebAssembly (wasm) ecosystem. (that's an anchor link to a list of other wasm runtimes) https://github.com/appcypher/awesome-wasm-runtimes https://github.com/CraneStation/wasmtime Things like that? I had found another that was the 'linux ring0' thing but it actually looked more like a bytecode interpreter. On Tue, Jul 16, 2019 at 3:01 PM 'Sam Clegg' via emscripten-discuss < [email protected]> wrote: > Can I ask what you use case is? Is there a reason you would want to > use something like d8 or jsc? In terms of emscripten support, node > is by far the most tested JS command line environment. > > On Thu, Jul 11, 2019 at 12:11 PM laurent bernabe > <[email protected]> wrote: > > > > Thank you very much, > > > > I am going to install and try it right now. > > > > -- > > You received this message because you are subscribed to the Google > Groups "emscripten-discuss" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/emscripten-discuss/ed30bc8f-c8dc-4509-8e69-d4bfb2639d60%40googlegroups.com > . > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/emscripten-discuss/CAL_va28iiQQKEP9AFyZ6PyhuEQFep5PNY9Pc8uJOpgvpO0OVHA%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/CAA2GJqU3GJfgZ2Pz%2Bcif63B4owD1e_c67mRWqYOLPyhpKmLJqQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
