diff options
author | Ben Smith <binjimin@gmail.com> | 2017-05-23 17:01:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 17:01:04 -0700 |
commit | 765d598979b5eb4e1229695cd495d242f9db9337 (patch) | |
tree | 565db720ae3401e6ed9270fae38c8a902abb7802 /src/binary-reader-logging.cc | |
parent | d120d2f9fa44f727a6b894d2f593abdc9cea89ee (diff) | |
download | wabt-765d598979b5eb4e1229695cd495d242f9db9337.tar.gz wabt-765d598979b5eb4e1229695cd495d242f9db9337.tar.bz2 wabt-765d598979b5eb4e1229695cd495d242f9db9337.zip |
Move interpreter stuff into its own namespace (#454)
The only names that conflict are `wabt::Opcode` vs.
`interpreter::Opcode` and `wabt::Result` vs. `interpreter::Result`.
Other names would conflict too (e.g. `FuncSignature`) but those aren't
ever included in the interpreter-related code.
Diffstat (limited to 'src/binary-reader-logging.cc')
0 files changed, 0 insertions, 0 deletions