We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dynCalls
1 parent aefc36c commit 4ecf99cCopy full SHA for 4ecf99c
src/library.js
@@ -1857,7 +1857,7 @@ addToLibrary({
1857
1858
#if DYNCALLS || !WASM_BIGINT
1859
#if MINIMAL_RUNTIME
1860
- $dynCalls: '[]',
+ $dynCalls: '{}',
1861
#endif
1862
$dynCallLegacy__deps: [
1863
#if MAIN_MODULE == 1
test/code_size/embind_hello_wasm.json
@@ -2,9 +2,9 @@
2
"a.html": 552,
3
"a.html.gz": 380,
4
"a.js": 9961,
5
- "a.js.gz": 4352,
+ "a.js.gz": 4350,
6
"a.wasm": 7820,
7
"a.wasm.gz": 3526,
8
"total": 18333,
9
- "total_gz": 8258
+ "total_gz": 8256
10
}
0 commit comments