wasmtime-explorer 24.0.13

Compiler explorer for Wasmtime and Cranelift
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
import js from "@eslint/js";

export default [
  js.configs.recommended,

  {
    rules: {
      "no-unused-vars": "error",
      "no-undef": "error",
    },
  },
];