Commit 9c0a0f5
Compile embind to single file without source maps (#85)
* Initial plan
* Compile embind to single file and disable source maps
- Added -s SINGLE_FILE=1 to emcc command
- Removed -gsource-map=inline from emcc command
- Removed source map files from package.json files array
- Disabled sourcemap in rollup.config.mjs
- Removed ds.wasm.map from copy patterns
Co-authored-by: hzhangxyz <[email protected]>
* Remove ds.wasm from files, remove copy plugin, and remove explicit sourcemap config
- Removed dist/ds.wasm from files array (no longer generated with SINGLE_FILE=1)
- Removed copy plugin and its import (no longer needed)
- Removed sourcemap: false (default behavior)
Co-authored-by: hzhangxyz <[email protected]>
* Remove @web/rollup-plugin-copy from devDependencies
- Removed unused @web/rollup-plugin-copy package
- Applied biome formatting fixes
Co-authored-by: hzhangxyz <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: hzhangxyz <[email protected]>1 parent ec8dc8b commit 9c0a0f5
2 files changed
+3
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | | - | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 17 | + | |
28 | 18 | | |
29 | 19 | | |
30 | 20 | | |
| |||
0 commit comments