otter-nodejs-tests 1.2.1

Otter game system; JavaScript out-of-browser test support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- JavaScript -*-
//
// Copyright 2020-2021 Ian Jackson and contributors to Otter
// SPDX-License-Identifier: AGPL-3.0-or-later
// There is NO WARRANTY.
//
// @@expect
// g000000000
// @@end

const fs = require('fs');
let wasm_bindgen = require('otter_wasm.js');

let dc = wasm_bindgen.def_zcoord();
console.log(dc);