mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-30 11:00:57 +00:00
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
|
import * as wasm from "./web_libnspire_bg.wasm";
|
||
|
export * from "./web_libnspire_bg.js";
|
||
|
wasm.__wbindgen_start();
|