Thank you both for your answers,

in fact what I have in mind is simply to be able to run Stockfish chess 
engine inside a React Native application.

And in React Native, we can neither user NodeJS API nor rely on window 
object. Even with a Webview, I run into some issues.

Le mercredi 17 juillet 2019 04:10:19 UTC+2, J Decker a écrit :
>
> 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] <javascript:>> 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] <javascript:>> 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] <javascript:>
>> .
>> > 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] <javascript:>.
>> 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/30878c91-a287-4979-bbd4-6c7f4e58b779%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to