Skip to content

Commit

Permalink
feat: upgrade wasmbindgen to 0.2.100 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd authored Jan 22, 2025
1 parent f59af36 commit c58bfdf
Show file tree
Hide file tree
Showing 9 changed files with 455 additions and 135 deletions.
128 changes: 96 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ interface WasmCrate {
}

export const versions = {
"wasm-bindgen": "0.2.95",
"wasm-bindgen-futures": "0.4.45",
"js-sys": "0.3.72",
"web-sys": "0.3.72",
"wasm-bindgen": "0.2.100",
"wasm-bindgen-futures": "0.4.50",
"js-sys": "0.3.77",
"web-sys": "0.3.77",
} as const;

export function verifyVersions(crate: WasmCrate) {
Expand Down
6 changes: 0 additions & 6 deletions lib/wasmbuild.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
// deno-lint-ignore-file
// deno-fmt-ignore-file

/**
* @param {string} name
* @param {string} ext
* @param {Uint8Array} wasm_bytes
* @returns {any}
*/
export function generate_bindgen(
name: string,
ext: string,
Expand Down
Loading

0 comments on commit c58bfdf

Please sign in to comment.