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
(non?)-template template parameters for container stream insertion
mine
simple in-memory b-tree
regex
First
radixSort
11/18
problem_name_2
projecte1
1337