wasmweb-sample/www/index.ts

5 lines
106 B
TypeScript
Raw Normal View History

// import * as wasm from "hello-wasm-pack";
import * as wasm from "./../pkg/wasmweb_sample"
2020-08-20 10:54:33 +07:00
2020-08-20 11:42:43 +07:00
wasm.greet()