Skip to content

Commit cebc941

Browse files
committed
update example
1 parent 5f7257a commit cebc941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/example/find_div0s.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int main() {
3232

3333
// The parsed code has just one element, the module. Build the module
3434
// from that (and abort on any errors, but there won't be one here).
35-
SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); });
35+
SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); }, false);
3636

3737
// Print it out
3838
printWasm(&module, std::cout);

0 commit comments

Comments
 (0)