Skip to content

Commit

Permalink
Fix webassembly targets
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 662277150
  • Loading branch information
dsharletg authored and xnnpack-bot committed Aug 13, 2024
1 parent e7bf710 commit 3271e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emscripten.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def xnnpack_emscripten_benchmark_linkopts():
"-s ALLOW_MEMORY_GROWTH=1",
"-s INITIAL_MEMORY=1gb",
"-s MAXIMUM_MEMORY=4gb",
"-s TEXTDECODER=1",
"--pre-js $(location //:preamble.js.lds)",
]

Expand Down

0 comments on commit 3271e98

Please sign in to comment.