jakobhellermann / wasm-server-runner

cargo run for the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weak_refs is deprecated

thefakeplace opened this issue · comments

Maintainer from wasm-bindgen here.

I think breakage wasn't our intention here, I just didn't realize we are exposing this to the public, which is why compilation broke now, I apologize!

EDIT: To clarify, wasm-bindgen-cli-support was marked as an internal dependency only, so wasm-bindgen is free to do breaking changes here, but it wasn't done intentionally and we would have probably just deprecated the function instead.

I think weak_refs was only unconditionally enabled because there was no reason not to, so I think we can just remove it from wasm-server-runner and I can publish a new release. #12 (comment)