mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
e0ec201d41
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>
11 lines
136 B
Plaintext
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
|