sys_traits 0.1.7

Trait per function for system related functionality.
Documentation
1
2
3
4
5
6
7
8
9
{
  "tasks": {
    "wasmbuild": "deno run -A jsr:@deno/wasmbuild@0.17.3 --project sys_traits_wasm_test --out tests/wasm_test/lib",
    "test": {
      "command": "deno run -A tests/wasm_test/run.js",
      "dependencies": ["wasmbuild"]
    }
  }
}