wasmweb-sample/www/index.js

5 lines
107 B
JavaScript

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