Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
Combination
K combinator - Lazy evaluation
Recursive Sort Example
HTML Timetable generator.cpp
test C++ register
my override
Ordered Graphs
sfinae
You can't erase a std::unordered_map::local_iterator
MY FIRST OBJECT ORIENTED PROGRAM
Please log in to post a comment.