-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtempsheet.txt
More file actions
51 lines (46 loc) · 2.46 KB
/
tempsheet.txt
File metadata and controls
51 lines (46 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/###########
4/-2-18
install zmq on ubuntu ::::: http://www.ehadoopinfo.com/2017/07/installing-zeromq-in-ubuntu-linux-mint.html
complie module:::: https://adndevblog.typepad.com/cloud_and_mobile/2016/07/boost-your-web-application-with-c-emscripten-asmjs-web-assembly-.html
###########
6-2-19
https://developers.google.com/web/updates/2018/03/emscripting-a-c-library //link an external c library to emscripten
https://www.slothparadise.com/c-libraries-linking-compiling/ /c-libraries-linking-compiling/
##########
9/2/19
embind stuff:: https://adamrehn.com/articles/creating-javascript-bindings-for-c-cxx-libraries-with-emscripten/
zmqpp :::: ******* https://github.com/zeromq/zmqpp/blob/develop/examples/simple_server.cpp
Emmake patch:::::::::::::: https://github.com/emscripten-core/emscripten/issues/6185
########
buttons on wasm ::: https://www.youtube.com/watch?v=RL6QBno-Mm0
##############################
****zmq on visual studio 2017 **** ::https://joshuaburkholder.com/wordpress/2018/05/25/build-and-static-link-zeromq-on-windows/
**********zmq static libarary: : https://hanixdiy.blogspot.com/2018/02/compile-zeromq-as-static-library.html
###################
video wasm vstudio 2017 https://www.reddit.com/r/programming/comments/6mijq5/webassembly_in_c/
###########
complete tut on wasm:
https://medium.com/@tdeniffel/pragmatic-compiling-from-c-to-webassembly-a-guide-a496cc5954b8
######################
native libraries on c:
https://willowtreeapps.com/ideas/how-to-use-native-libraries-on-node-js-with-emscripten
lookout ::
https://github.com/kiwix/kiwix-js/issues/219
#################
QT ZMQ:: https://github.com/jonnydee/nzmqt
https://blog.qt.io/blog/2018/11/19/getting-started-qt-webassembly/
QT instructions: https://github.com/lpotter/qt5-emscripten/issues/1
#####################
complete riot workshop::: https://gist.github.com/attacus/cb5c8a53380ca755b10a5b37a636a0b9
worrking: https://www.howtoforge.com/tutorial/how-to-install-matrix-synapse-on-ubuntu-1804/
####################
hostname ctpldc01 domain ctpl.local root: pwd: root matrix: Ctpl$456
##################
https://stackoverflow.com/questions/41626056/web-assembly-using-emscripten-with-c-library
https://brightdigit.com/blog/2014/04/01/hello-emscripten/
c lib on emscripten.
##################
https://github.com/emscripten-core/emscripten/issues/7547
***** http://qtandeverything.blogspot.com/
********************
https://livebook.manning.com/#!/book/webassembly-in-action/chapter-3/v-4/120 wasm book