Friday, May 05, 2023

WebAssembly

 


[1] Compiling an Existing C Module to WebAssembly

 https://developer.mozilla.org/en-US/docs/WebAssembly/existing_C_to_wasm


No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...