Updated wasmbuild from v0.8.3 to v0.11.0 (latest).
This required updating wasm-bindgen and wasm-bindgen-futures, as well as replacing the uses of wasm-bindgen's serde-serialize feature with serde-wasm-bindgen, as recommended in their documentation.
🚨 This includes a breaking change: transpile now returns a Map instead of a Record!
This is what wasmbuild now provides, and I thought that it was an improvement that was worth including in the API. Let me know if you prefer that I convert it to a Record.
Updated wasmbuild from v0.8.3 to v0.11.0 (latest).
This required updating wasm-bindgen and wasm-bindgen-futures, as well as replacing the uses of wasm-bindgen's serde-serialize feature with serde-wasm-bindgen, as recommended in their documentation.
🚨 This includes a breaking change:
transpile
now returns aMap
instead of aRecord
! This is what wasmbuild now provides, and I thought that it was an improvement that was worth including in the API. Let me know if you prefer that I convert it to aRecord
.