Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
wasm test for node
//clang 3.8.0 #include <iostream> const unsigned char kIncrementerWasm[] = { 0, 97, 115, 109, 1, 0, 0, 0, 1, 6, 1, 96, 1, 127, 1, 127, 3, 2, 1, 0, 7, 13, 1, 9, 105, 110, 99, 114, 101, 109, 101, 110, 116, 0, 0, 10, 9, 1, 7, 0, 32, 0, 65, 1, 106, 11, }; int main() { std::cout << "WebAssembly.Module(new Uint8Array(["; std::cout << std::hex; for (auto i : kIncrementerWasm) { std::cout << "0x" << (int)i << ", "; } std::cout << "]))"; }
run
|
edit
|
history
|
help
0
mddd
bubble sort
numeric_limits
std::function copies
Arduino Bluetooth Periodiek Systeem
Uno v2
lref assignment
non-deduced context
Assignment Operator Example
10226