Skip to content

Commit

Permalink
2 again
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Nov 21, 2024
1 parent 1e7aa3b commit f25688b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ wasm-opt = ["-O3", "--enable-bulk-memory"]
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
panic = "abort"
5 changes: 0 additions & 5 deletions pkg/html_rewriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,6 @@ function __wbg_get_imports() {
function __wbg_init_memory(imports, memory) {
}

/**
* @param {WebAssembly.Instance} instance
* @param {*} module
* @returns
*/
function __wbg_finalize_init(instance, module) {
wasm = instance.exports;
__wbg_init.__wbindgen_wasm_module = module;
Expand Down

0 comments on commit f25688b

Please sign in to comment.