Fixed wasm build with string error and warning
This commit is contained in:
14
www/index.ts
14
www/index.ts
@@ -1,8 +1,8 @@
|
||||
// import * as wasm from "hello-wasm-pack";
|
||||
import * as wasm from "./../pkg/wasmweb_sample"
|
||||
|
||||
wasm.greet()
|
||||
wasm.log("[WEB] external logging...")
|
||||
|
||||
const sum = wasm.just_sum()
|
||||
console.log("Sum of number", sum)
|
||||
// import * as wasm from 'wasmweb-sample'
|
||||
//
|
||||
// wasm.log("[WEB] external logging...")
|
||||
//
|
||||
// const greeting = wasm.greet()
|
||||
// const sum = wasm.just_sum()
|
||||
// console.log("Sum of number", sum)
|
||||
@@ -33,8 +33,5 @@
|
||||
"webpack": "^4.29.3",
|
||||
"webpack-cli": "^3.1.0",
|
||||
"webpack-dev-server": "^3.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"wasmweb-sample": "file:../pkg"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user