Skip to content

Commit 35dfdf4

Browse files
committed
Updated WASM file with support for #offset -123. I didn't get the offset handling to work properly in previous commit.
1 parent e49b544 commit 35dfdf4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_edit/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html><html lang="en"><head><meta charset="utf-8">
22
<meta name="robots" content="noindex">
3-
<!-- LODA-RUST WASM project was last updated: 2024 Dec 11. -->
3+
<!-- LODA-RUST WASM project was last updated: 2024 Dec 12. -->
44
<title>Edit</title>
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta name="format-detection" content="telephone=no">

_edit/pkg/loda_rust_web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ async function init(input) {
499499
imports.wbg.__wbindgen_rethrow = function(arg0) {
500500
throw takeObject(arg0);
501501
};
502-
imports.wbg.__wbindgen_closure_wrapper1356 = function(arg0, arg1, arg2) {
503-
var ret = makeMutClosure(arg0, arg1, 508, __wbg_adapter_20);
502+
imports.wbg.__wbindgen_closure_wrapper1358 = function(arg0, arg1, arg2) {
503+
var ret = makeMutClosure(arg0, arg1, 509, __wbg_adapter_20);
504504
return addHeapObject(ret);
505505
};
506506

_edit/pkg/loda_rust_web_bg.wasm

1.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)