{
  "cksum": "3d20d41dbca627f11d9c61886f72a45beea13cd141f1b75311524ea05aac4340",
  "crate_file": "mech-wasm-0.2.73.crate",
  "crate_url": "https://static.crates.io/crates/mech-wasm/mech-wasm-0.2.73.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bincode",
      "optional": false,
      "req": "^2.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "brotli",
      "optional": false,
      "req": "^8.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "http"
      ],
      "kind": "normal",
      "name": "gloo-net",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": false,
      "req": "^0.3.77",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mech-core",
      "optional": false,
      "req": "^0.2.73",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mech-interpreter",
      "optional": false,
      "req": "^0.2.73",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "mech-syntax",
      "optional": false,
      "req": "^0.2.73",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "miniz_oxide",
      "optional": false,
      "req": "^0.8.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": false,
      "req": "^0.2.100",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen-futures",
      "optional": false,
      "req": "^0.4.50",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wasm-bindgen-test",
      "optional": false,
      "req": "^0.3.50",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "BinaryType",
        "Blob",
        "CanvasRenderingContext2d",
        "console",
        "Crypto",
        "Document",
        "Element",
        "Event",
        "ErrorEvent",
        "EventTarget",
        "FileReader",
        "HashChangeEvent",
        "HtmlCanvasElement",
        "HtmlCollection",
        "HtmlDivElement",
        "HtmlElement",
        "DomTokenList",
        "HtmlImageElement",
        "HtmlInputElement",
        "HtmlTextAreaElement",
        "InputEvent",
        "KeyboardEvent",
        "Location",
        "MessageEvent",
        "MouseEvent",
        "Node",
        "NodeList",
        "ProgressEvent",
        "Range",
        "Selection",
        "TouchEvent",
        "WebSocket",
        "Window",
        "XmlHttpRequest",
        "Url"
      ],
      "kind": "normal",
      "name": "web-sys",
      "optional": false,
      "req": "^0.3.77",
      "target": null
    }
  ],
  "features": {
    "access": [
      "functions",
      "mech-interpreter/access"
    ],
    "assign": [
      "functions",
      "mech-interpreter/assign"
    ],
    "atom": [
      "mech-core/atom",
      "mech-interpreter/atom",
      "mech-syntax/atom"
    ],
    "base": [
      "baselib",
      "pretty_print",
      "serde",
      "compiler",
      "program",
      "statements_default",
      "subscript_default",
      "math_default",
      "matrix_default",
      "logic_default",
      "compare_default",
      "range_default",
      "set_default",
      "io_default",
      "stats_default",
      "combinatorics_default",
      "run_program",
      "inline_output_values",
      "codeblock_output_values",
      "clickable_symbol_listeners",
      "eval",
      "repl",
      "whos",
      "help",
      "docs",
      "clc",
      "clear",
      "code",
      "mech-core/base",
      "mech-interpreter/base",
      "mech-syntax/base"
    ],
    "baselib": [
      "bool",
      "string",
      "f64",
      "c64",
      "r64",
      "set",
      "map",
      "tuple",
      "atom",
      "enum",
      "table",
      "record",
      "row_vectord",
      "vectord",
      "matrixd",
      "subscript_range",
      "logical_indexing",
      "subscript_formula",
      "variable_define",
      "variable_assign",
      "kind_define",
      "kind_annotation",
      "variables",
      "functions",
      "formulas",
      "access",
      "assign",
      "convert",
      "mech-core/baselib",
      "mech-syntax/baselib",
      "mech-interpreter/baselib"
    ],
    "bool": [
      "mech-core/bool",
      "mech-syntax/bool",
      "mech-interpreter/bool"
    ],
    "c64": [
      "complex",
      "mech-core/c64",
      "mech-interpreter/c64",
      "mech-syntax/c64"
    ],
    "clc": [],
    "clear": [],
    "clickable_symbol_listeners": [],
    "code": [],
    "codeblock_output_values": [],
    "combinatorics": [
      "functions",
      "mech-interpreter/combinatorics"
    ],
    "combinatorics_default": [
      "combinatorics_n_choose_k",
      "mech-interpreter/combinatorics_default"
    ],
    "combinatorics_n_choose_k": [
      "combinatorics",
      "mech-interpreter/combinatorics_n_choose_k"
    ],
    "compare": [
      "functions",
      "bool",
      "mech-interpreter/compare"
    ],
    "compare_default": [
      "compare_lt",
      "compare_gt",
      "compare_lte",
      "compare_gte",
      "compare_eq",
      "compare_neq",
      "mech-interpreter/compare_default"
    ],
    "compare_eq": [
      "compare",
      "mech-interpreter/compare_eq"
    ],
    "compare_gt": [
      "compare",
      "mech-interpreter/compare_gt"
    ],
    "compare_gte": [
      "compare",
      "mech-interpreter/compare_gte"
    ],
    "compare_lt": [
      "compare",
      "mech-interpreter/compare_lt"
    ],
    "compare_lte": [
      "compare",
      "mech-interpreter/compare_lte"
    ],
    "compare_neq": [
      "compare",
      "mech-interpreter/compare_neq"
    ],
    "compiler": [
      "mech-core/compiler",
      "mech-interpreter/compiler",
      "mech-syntax/compiler"
    ],
    "complex": [
      "f64",
      "numbers",
      "mech-core/complex",
      "mech-interpreter/complex",
      "mech-syntax/complex"
    ],
    "convert": [
      "functions",
      "mech-interpreter/convert"
    ],
    "default": [
      "baselib",
      "pretty_print",
      "serde",
      "compiler",
      "program",
      "u8",
      "u16",
      "u32",
      "u64",
      "u128",
      "i8",
      "i16",
      "i32",
      "i64",
      "i128",
      "f32",
      "f64",
      "c64",
      "r64",
      "statements_default",
      "subscript_default",
      "math_default",
      "matrix_default",
      "logic_default",
      "compare_default",
      "range_default",
      "set_default",
      "io_default",
      "stats_default",
      "combinatorics_default",
      "run_program",
      "inline_output_values",
      "codeblock_output_values",
      "clickable_symbol_listeners",
      "eval",
      "repl",
      "whos",
      "help",
      "docs",
      "clc",
      "clear",
      "code",
      "mech-core/default",
      "mech-interpreter/default",
      "mech-syntax/default"
    ],
    "docs": [],
    "dot_indexing": [
      "subscript",
      "mech-core/dot_indexing",
      "mech-interpreter/dot_indexing",
      "mech-syntax/dot_indexing"
    ],
    "dynamic_matrix": [
      "matrixd",
      "vectord",
      "row_vectord",
      "mech-core/dynamic_matrix",
      "mech-interpreter/dynamic_matrix",
      "mech-syntax/dynamic_matrix"
    ],
    "enum": [
      "mech-core/enum",
      "mech-interpreter/enum",
      "mech-syntax/enum"
    ],
    "eval": [],
    "f32": [
      "floats",
      "mech-core/f32",
      "mech-interpreter/f32",
      "mech-syntax/f32"
    ],
    "f64": [
      "floats",
      "mech-core/f64",
      "mech-interpreter/f64",
      "mech-syntax/f64"
    ],
    "fixed_matrix": [
      "matrix4",
      "matrix3",
      "matrix2",
      "matrix1",
      "matrix2x3",
      "matrix3x2",
      "mech-core/fixed_matrix",
      "mech-interpreter/fixed_matrix",
      "mech-syntax/fixed_matrix"
    ],
    "fixed_row_vector": [
      "row_vector4",
      "row_vector3",
      "row_vector2",
      "mech-core/fixed_row_vector",
      "mech-interpreter/fixed_row_vector",
      "mech-syntax/fixed_row_vector"
    ],
    "fixed_vector": [
      "vector4",
      "vector3",
      "vector2",
      "mech-core/fixed_vector",
      "mech-interpreter/fixed_vector",
      "mech-syntax/fixed_vector"
    ],
    "floats": [
      "numbers",
      "mech-core/floats",
      "mech-interpreter/floats",
      "mech-syntax/floats"
    ],
    "formulas": [
      "mech-core/formulas",
      "mech-interpreter/formulas",
      "mech-syntax/formulas"
    ],
    "functions": [
      "symbol_table",
      "mech-core/functions",
      "mech-interpreter/functions",
      "mech-syntax/functions"
    ],
    "help": [],
    "i128": [
      "signed_ints",
      "mech-core/i128",
      "mech-interpreter/i128",
      "mech-syntax/i128"
    ],
    "i16": [
      "signed_ints",
      "mech-core/i16",
      "mech-interpreter/i16",
      "mech-syntax/i16"
    ],
    "i32": [
      "signed_ints",
      "mech-core/i32",
      "mech-interpreter/i32",
      "mech-syntax/i32"
    ],
    "i64": [
      "signed_ints",
      "mech-core/i64",
      "mech-interpreter/i64",
      "mech-syntax/i64"
    ],
    "i8": [
      "signed_ints",
      "mech-core/i8",
      "mech-interpreter/i8",
      "mech-syntax/i8"
    ],
    "inline_output_values": [],
    "io": [
      "functions",
      "mech-interpreter/io"
    ],
    "io_default": [
      "io_print",
      "io_println",
      "mech-interpreter/io_default"
    ],
    "io_print": [
      "io",
      "mech-interpreter/io_print"
    ],
    "io_println": [
      "io",
      "mech-interpreter/io_println"
    ],
    "kind_annotation": [
      "functions",
      "mech-core/kind_annotation",
      "mech-interpreter/kind_annotation",
      "mech-syntax/kind_annotation"
    ],
    "kind_define": [
      "kind_annotation",
      "statements",
      "mech-core/kind_define",
      "mech-interpreter/kind_define",
      "mech-syntax/kind_define"
    ],
    "logic": [
      "bool",
      "mech-interpreter/logic"
    ],
    "logic_and": [
      "logic",
      "mech-interpreter/logic_and"
    ],
    "logic_default": [
      "logic_and",
      "logic_or",
      "logic_not",
      "logic_xor",
      "mech-interpreter/logic_default"
    ],
    "logic_not": [
      "logic",
      "mech-interpreter/logic_not"
    ],
    "logic_or": [
      "logic",
      "mech-interpreter/logic_or"
    ],
    "logic_xor": [
      "logic",
      "mech-interpreter/logic_xor"
    ],
    "logical_indexing": [
      "subscript",
      "vectord",
      "bool",
      "mech-core/logical_indexing",
      "mech-interpreter/logical_indexing",
      "mech-syntax/logical_indexing"
    ],
    "map": [
      "mech-core/map",
      "mech-interpreter/map",
      "mech-syntax/map"
    ],
    "math": [
      "mech-interpreter/math",
      "formulas",
      "functions"
    ],
    "math_acos": [
      "math_trig",
      "mech-interpreter/math_acos"
    ],
    "math_acosh": [
      "math_trig",
      "mech-interpreter/math_acosh"
    ],
    "math_acot": [
      "math_trig",
      "mech-interpreter/math_acot"
    ],
    "math_acsc": [
      "math_trig",
      "mech-interpreter/math_acsc"
    ],
    "math_add": [
      "math_ops",
      "mech-interpreter/math_add"
    ],
    "math_add_assign": [
      "math_op_assign",
      "mech-interpreter/math_add_assign"
    ],
    "math_asec": [
      "math_trig",
      "mech-interpreter/math_asec"
    ],
    "math_asin": [
      "math_trig",
      "mech-interpreter/math_asin"
    ],
    "math_asinh": [
      "math_trig",
      "mech-interpreter/math_asinh"
    ],
    "math_atan": [
      "math_trig",
      "mech-interpreter/math_atan"
    ],
    "math_atan2": [
      "math_trig",
      "mech-interpreter/math_atan2"
    ],
    "math_atanh": [
      "math_trig",
      "mech-interpreter/math_atanh"
    ],
    "math_cos": [
      "math_trig",
      "mech-interpreter/math_cos"
    ],
    "math_cosh": [
      "math_trig",
      "mech-interpreter/math_cosh"
    ],
    "math_cot": [
      "math_trig",
      "mech-interpreter/math_cot"
    ],
    "math_csc": [
      "math_trig",
      "mech-interpreter/math_csc"
    ],
    "math_default": [
      "math_ops_default",
      "math_root_default",
      "math_ops_assign_default",
      "math_trig_default",
      "mech-interpreter/math_default"
    ],
    "math_div": [
      "math_ops",
      "mech-interpreter/math_div"
    ],
    "math_div_assign": [
      "math_op_assign",
      "mech-interpreter/math_div_assign"
    ],
    "math_mod": [
      "math_ops",
      "mech-interpreter/math_mod"
    ],
    "math_mul": [
      "math_ops",
      "mech-interpreter/math_mul"
    ],
    "math_mul_assign": [
      "math_op_assign",
      "mech-interpreter/math_mul_assign"
    ],
    "math_neg": [
      "math_ops",
      "mech-interpreter/math_neg"
    ],
    "math_op_assign": [
      "math",
      "mech-interpreter/math_op_assign"
    ],
    "math_ops": [
      "math",
      "mech-interpreter/math_ops"
    ],
    "math_ops_assign_default": [
      "math_add_assign",
      "math_sub_assign",
      "math_mul_assign",
      "math_div_assign"
    ],
    "math_ops_default": [
      "math_add",
      "math_sub",
      "math_mul",
      "math_div",
      "math_pow",
      "math_mod",
      "math_neg"
    ],
    "math_pow": [
      "math_ops",
      "mech-interpreter/math_pow"
    ],
    "math_root": [
      "math",
      "mech-interpreter/math_root"
    ],
    "math_root_default": [
      "math_sqrt",
      "mech-interpreter/math_root_default"
    ],
    "math_sec": [
      "math_trig",
      "mech-interpreter/math_sec"
    ],
    "math_sin": [
      "math_trig",
      "mech-interpreter/math_sin"
    ],
    "math_sinh": [
      "math_trig",
      "mech-interpreter/math_sinh"
    ],
    "math_sqrt": [
      "math_root",
      "mech-interpreter/math_sqrt"
    ],
    "math_sub": [
      "math_ops",
      "mech-interpreter/math_sub"
    ],
    "math_sub_assign": [
      "math_op_assign",
      "mech-interpreter/math_sub_assign"
    ],
    "math_tan": [
      "math_trig",
      "mech-interpreter/math_tan"
    ],
    "math_tanh": [
      "math_trig",
      "mech-interpreter/math_tanh"
    ],
    "math_trig": [
      "math",
      "mech-interpreter/math_trig"
    ],
    "math_trig_default": [
      "math_acos",
      "math_acosh",
      "math_acot",
      "math_acsc",
      "math_asec",
      "math_asin",
      "math_asinh",
      "math_atan",
      "math_atan2",
      "math_atanh",
      "math_cos",
      "math_cosh",
      "math_cot",
      "math_csc",
      "math_sec",
      "math_sin",
      "math_sinh",
      "math_tan",
      "math_tanh"
    ],
    "matrix": [
      "mech-core/matrix",
      "mech-interpreter/matrix",
      "mech-syntax/matrix"
    ],
    "matrix1": [
      "matrix",
      "matrix_horzcat",
      "matrix_vertcat",
      "mech-core/matrix1",
      "mech-interpreter/matrix1",
      "mech-syntax/matrix1"
    ],
    "matrix2": [
      "matrix",
      "matrix_horzcat",
      "matrix_vertcat",
      "mech-core/matrix2",
      "mech-interpreter/matrix2",
      "mech-syntax/matrix2"
    ],
    "matrix2x3": [
      "matrix",
      "matrix_horzcat",
      "matrix_vertcat",
      "mech-core/matrix2x3",
      "mech-interpreter/matrix2x3",
      "mech-syntax/matrix2x3"
    ],
    "matrix3": [
      "matrix",
      "matrix_horzcat",
      "matrix_vertcat",
      "mech-core/matrix3",
      "mech-interpreter/matrix3",
      "mech-syntax/matrix3"
    ],
    "matrix3x2": [
      "matrix",
      "matrix_horzcat",
      "matrix_vertcat",
      "mech-core/matrix3x2",
      "mech-interpreter/matrix3x2",
      "mech-syntax/matrix3x2"
    ],
    "matrix4": [
      "matrix",
      "matrix_horzcat",
      "matrix_vertcat",
      "mech-core/matrix4",
      "mech-interpreter/matrix4",
      "mech-syntax/matrix4"
    ],
    "matrix_default": [
      "matrix_solve",
      "matrix_dot",
      "matrix_horzcat",
      "matrix_vertcat",
      "matrix_matmul",
      "matrix_transpose",
      "mech-interpreter/matrix_default"
    ],
    "matrix_dot": [
      "matrix",
      "mech-interpreter/matrix_dot"
    ],
    "matrix_horzcat": [
      "matrix",
      "functions",
      "mech-interpreter/matrix_horzcat"
    ],
    "matrix_matmul": [
      "matrix",
      "mech-interpreter/matrix_matmul"
    ],
    "matrix_solve": [
      "matrix",
      "mech-interpreter/matrix_solve"
    ],
    "matrix_transpose": [
      "matrix",
      "mech-interpreter/matrix_transpose"
    ],
    "matrix_vertcat": [
      "matrix",
      "functions",
      "mech-interpreter/matrix_vertcat"
    ],
    "matrixd": [
      "matrix",
      "matrix_horzcat",
      "matrix_vertcat",
      "mech-core/matrixd",
      "mech-interpreter/matrixd",
      "mech-syntax/matrixd"
    ],
    "numbers": [
      "mech-core/numbers",
      "mech-interpreter/numbers",
      "mech-syntax/numbers"
    ],
    "pretty_print": [
      "mech-core/pretty_print",
      "mech-syntax/pretty_print"
    ],
    "program": [
      "mech-core/program",
      "mech-interpreter/program",
      "mech-syntax/program"
    ],
    "r64": [
      "rational",
      "mech-core/r64",
      "mech-interpreter/r64",
      "mech-syntax/r64"
    ],
    "range": [
      "functions",
      "formulas",
      "mech-interpreter/range"
    ],
    "range_default": [
      "range_inclusive",
      "range_exclusive",
      "mech-interpreter/range_default"
    ],
    "range_exclusive": [
      "range",
      "mech-interpreter/range_exclusive"
    ],
    "range_inclusive": [
      "range",
      "mech-interpreter/range_inclusive"
    ],
    "rational": [
      "i64",
      "numbers",
      "mech-core/rational",
      "mech-interpreter/rational",
      "mech-syntax/rational"
    ],
    "record": [
      "tuple",
      "kind_annotation",
      "mech-core/record",
      "mech-interpreter/record",
      "mech-syntax/record"
    ],
    "repl": [],
    "row_vector2": [
      "matrix",
      "matrix_horzcat",
      "mech-core/row_vector2",
      "mech-interpreter/row_vector2",
      "mech-syntax/row_vector2"
    ],
    "row_vector3": [
      "matrix",
      "matrix_horzcat",
      "mech-core/row_vector3",
      "mech-interpreter/row_vector3",
      "mech-syntax/row_vector3"
    ],
    "row_vector4": [
      "matrix",
      "matrix_horzcat",
      "mech-core/row_vector4",
      "mech-interpreter/row_vector4",
      "mech-syntax/row_vector4"
    ],
    "row_vectord": [
      "matrix",
      "matrix_horzcat",
      "mech-core/row_vectord",
      "mech-interpreter/row_vectord",
      "mech-syntax/row_vectord"
    ],
    "run_program": [
      "program"
    ],
    "serde": [
      "mech-core/serde",
      "mech-syntax/serde",
      "mech-interpreter/serde"
    ],
    "set": [
      "mech-core/set",
      "mech-interpreter/set",
      "mech-syntax/set"
    ],
    "set_default": [
      "mech-interpreter/set_default"
    ],
    "signed_ints": [
      "numbers",
      "mech-core/signed_ints",
      "mech-interpreter/signed_ints",
      "mech-syntax/signed_ints"
    ],
    "statements": [
      "mech-core/statements",
      "mech-interpreter/statements",
      "mech-syntax/statements"
    ],
    "statements_default": [
      "variable_assign",
      "variable_define",
      "kind_define"
    ],
    "stats": [
      "functions",
      "mech-interpreter/stats"
    ],
    "stats_default": [
      "stats_sum"
    ],
    "stats_sum": [
      "stats",
      "mech-interpreter/stats_sum"
    ],
    "string": [
      "mech-core/string",
      "mech-syntax/string",
      "mech-interpreter/string"
    ],
    "subscript": [
      "mech-core/subscript",
      "mech-interpreter/subscript",
      "mech-syntax/subscript"
    ],
    "subscript_default": [
      "subscript_slice",
      "subscript_range",
      "logical_indexing",
      "swizzle",
      "subscript_formula",
      "dot_indexing"
    ],
    "subscript_formula": [
      "subscript_slice",
      "formulas",
      "mech-core/subscript_formula",
      "mech-interpreter/subscript_formula",
      "mech-syntax/subscript_formula"
    ],
    "subscript_range": [
      "subscript_slice",
      "vectord",
      "mech-core/subscript_range",
      "mech-interpreter/subscript_range",
      "mech-syntax/subscript_range"
    ],
    "subscript_slice": [
      "subscript",
      "vectord",
      "mech-core/subscript_slice",
      "mech-interpreter/subscript_slice",
      "mech-syntax/subscript_slice"
    ],
    "swizzle": [
      "subscript",
      "mech-core/swizzle",
      "mech-interpreter/swizzle",
      "mech-syntax/swizzle"
    ],
    "symbol_table": [
      "mech-core/symbol_table",
      "mech-interpreter/symbol_table",
      "mech-syntax/symbol_table"
    ],
    "table": [
      "vectord",
      "record",
      "kind_annotation",
      "mech-core/table",
      "mech-interpreter/table",
      "mech-syntax/table"
    ],
    "tuple": [
      "mech-core/tuple",
      "mech-interpreter/tuple",
      "mech-syntax/tuple"
    ],
    "u128": [
      "unsigned_ints",
      "mech-core/u128",
      "mech-interpreter/u128",
      "mech-syntax/u128"
    ],
    "u16": [
      "unsigned_ints",
      "mech-core/u16",
      "mech-interpreter/u16",
      "mech-syntax/u16"
    ],
    "u32": [
      "unsigned_ints",
      "mech-core/u32",
      "mech-interpreter/u32",
      "mech-syntax/u32"
    ],
    "u64": [
      "unsigned_ints",
      "mech-core/u64",
      "mech-interpreter/u64",
      "mech-syntax/u64"
    ],
    "u8": [
      "unsigned_ints",
      "mech-core/u8",
      "mech-interpreter/u8",
      "mech-syntax/u8"
    ],
    "unsigned_ints": [
      "numbers",
      "mech-core/unsigned_ints",
      "mech-interpreter/unsigned_ints",
      "mech-syntax/unsigned_ints"
    ],
    "variable_assign": [
      "statements",
      "mech-core/variable_assign",
      "mech-interpreter/variable_assign",
      "mech-syntax/variable_assign"
    ],
    "variable_define": [
      "statements",
      "functions",
      "mech-core/variable_define",
      "mech-interpreter/variable_define",
      "mech-syntax/variable_define"
    ],
    "variables": [
      "variable_define",
      "symbol_table",
      "mech-core/variables",
      "mech-interpreter/variables",
      "mech-syntax/variables"
    ],
    "vector2": [
      "matrix",
      "matrix_vertcat",
      "mech-core/vector2",
      "mech-interpreter/vector2",
      "mech-syntax/vector2"
    ],
    "vector3": [
      "matrix",
      "matrix_vertcat",
      "mech-core/vector3",
      "mech-interpreter/vector3",
      "mech-syntax/vector3"
    ],
    "vector4": [
      "matrix",
      "matrix_vertcat",
      "mech-core/vector4",
      "mech-interpreter/vector4",
      "mech-syntax/vector4"
    ],
    "vectord": [
      "matrix",
      "matrix_vertcat",
      "mech-core/vectord",
      "mech-interpreter/vectord",
      "mech-syntax/vectord"
    ],
    "whos": []
  },
  "index_path": "me/ch/mech-wasm",
  "name": "mech-wasm",
  "pubtime": "2025-12-23T04:36:08Z",
  "rust_version": "1.93",
  "vers": "0.2.73",
  "yanked": false
}
