You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wast2wasm4cpp is a tool proccessing .cpp files, which looks for a specific comment containing wasm source code and updates the binary code below it, e.g.
wast2wasm4cpp
is a tool proccessing.cpp
files, which looks for a specific comment containing wasm source code and updates the binary code below it, e.g.Here the source are the lines below
/* wat2wasm
and, the tool fills in the binary hex string within thefrom_hex()
call.Change this tool to emit Rust-compatible output if the filename is
.rs
:Please note it must also run
cargo fmt
after the replacement, just like it runsclang-format
for C/C++ sources.The text was updated successfully, but these errors were encountered: