summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/webhogg/graphics.js
blob: f3bab19b2cc1b435fff01596fde822ad19cf4d61 (plain)
1
2
3
4
5
6
import {default as init_r} from './webhogg.js'
import {init_x} from './webhogg.js'

let module = init_r('./pkg/webhogg_bg.wasm');

init_x(module, 'graphics', null);