Skip to content

Commit 4423d3a

Browse files
authored
feat(BREAKING): remove specifier module and upgrade to latest wasm-bindgen (#93)
1 parent 295b09f commit 4423d3a

11 files changed

Lines changed: 293 additions & 151 deletions

File tree

‎.gitignore‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
/rs-lib/target
33
/wasm/target
44
/js/LICENSE
5-
/js/import_map_bg.wasm
6-
/js/import_map.generated.js
5+
/js/import_map.d.ts
6+
/js/import_map.js
7+
/js/import_map.internal.js
8+
/js/import_map.wasm
79

810
*.orig
911
*.pyc

0 commit comments

Comments
 (0)