diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wasm.h b/src/wasm.h index c292e6bc6..16685d596 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -1,5 +1,7 @@ + // -// wasm.js: WebAssembly representation and processing library +// wasm.h: WebAssembly representation and processing library, in one +// header file. // // This represents WebAssembly in an AST format, with a focus on making // it easy to not just inspect but also to process. For example, some |