wasmweb-sample/www/index.ts

5 lines
106 B
TypeScript

// import * as wasm from "hello-wasm-pack";
import * as wasm from "./../pkg/wasmweb_sample"
wasm.greet()