treant 0.4.0

High-performance, lock-free Monte Carlo Tree Search library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = function wasmPlugin() {
  return {
    name: 'wasm-plugin',
    configureWebpack() {
      return {
        experiments: {
          asyncWebAssembly: true,
        },
      };
    },
  };
};