std/.gitignore
Jeremy Banks e0ec201d41
build(hash): switch from wasm-pack to using wasm-bindgen directly (#999)
wasm-pack limits our ability to configure wasm-bindgen and is no
longer necessary as we can use wasm-bindgen-cli directly. This
allows us to enable --weakrefs which partially mitigates #786 by
using a FinalizationRegistry (currently working in Deno Canary,
though not yet on Stable) to free memory in the WASM heap
automatically when the corresponding JavaScript wrapper objects
are garbage-collected.

Co-authored-by: William Perron <hey@wperron.io>
2021-07-07 14:40:46 -04:00

11 lines
136 B
Plaintext

.DS_Store
.idea
deno.d.ts
/node_modules
package.json
package-lock.json
.vscode/settings.json
**/cov/
/hash/_wasm/target
/hash/_wasm/out