libbitsub 1.7.0 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/pkg/libbitsub.js CHANGED
@@ -865,7 +865,7 @@ export function init() {
865
865
  function __wbg_get_imports() {
866
866
  const import0 = {
867
867
  __proto__: null,
868
- __wbg___wbindgen_throw_df03e93053e0f4bc: function(arg0, arg1) {
868
+ __wbg___wbindgen_throw_6ddd609b62940d55: function(arg0, arg1) {
869
869
  throw new Error(getStringFromWasm0(arg0, arg1));
870
870
  },
871
871
  __wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
@@ -879,7 +879,7 @@ function __wbg_get_imports() {
879
879
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
880
880
  }
881
881
  },
882
- __wbg_length_5e07cf181b2745fb: function(arg0) {
882
+ __wbg_length_ea16607d7b61445b: function(arg0) {
883
883
  const ret = arg0.length;
884
884
  return ret;
885
885
  },
@@ -887,22 +887,22 @@ function __wbg_get_imports() {
887
887
  const ret = new Error();
888
888
  return ret;
889
889
  },
890
- __wbg_new_from_slice_e98c2bb0a59c32a0: function(arg0, arg1) {
890
+ __wbg_new_from_slice_22da9388ac046e50: function(arg0, arg1) {
891
891
  const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
892
892
  return ret;
893
893
  },
894
- __wbg_new_with_length_9b57e4a9683723fa: function(arg0) {
894
+ __wbg_new_with_length_825018a1616e9e55: function(arg0) {
895
895
  const ret = new Uint8Array(arg0 >>> 0);
896
896
  return ret;
897
897
  },
898
- __wbg_new_with_length_fbe257d20500214d: function(arg0) {
898
+ __wbg_new_with_length_eae667475c36c4e4: function(arg0) {
899
899
  const ret = new Float64Array(arg0 >>> 0);
900
900
  return ret;
901
901
  },
902
- __wbg_prototypesetcall_d1a7133bc8d83aa9: function(arg0, arg1, arg2) {
902
+ __wbg_prototypesetcall_d62e5099504357e6: function(arg0, arg1, arg2) {
903
903
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
904
904
  },
905
- __wbg_set_index_0a7915ae2e548e40: function(arg0, arg1, arg2) {
905
+ __wbg_set_index_a56629feb5ac0ffa: function(arg0, arg1, arg2) {
906
906
  arg0[arg1 >>> 0] = arg2;
907
907
  },
908
908
  __wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
Binary file
@@ -86,9 +86,9 @@ export const vobsubparser_setDebandRange: (a: number, b: number) => void;
86
86
  export const vobsubparser_setDebandThreshold: (a: number, b: number) => void;
87
87
  export const vobsubparser_trackId: (a: number) => [number, number];
88
88
  export const __wbg_subtitleframe_free: (a: number, b: number) => void;
89
- export const subtitleframe_width: (a: number) => number;
90
- export const subtitleframe_height: (a: number) => number;
91
89
  export const subtitleframe_compositionCount: (a: number) => number;
90
+ export const subtitleframe_height: (a: number) => number;
91
+ export const subtitleframe_width: (a: number) => number;
92
92
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
93
93
  export const __wbindgen_malloc: (a: number, b: number) => number;
94
94
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
package/pkg/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "altqx"
6
6
  ],
7
7
  "description": "High-performance WASM renderer for graphical subtitles (PGS and VobSub)",
8
- "version": "1.7.0",
8
+ "version": "1.7.2",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",