Add math mod for lib
This commit is contained in:
@@ -3,3 +3,6 @@ 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)
|
||||
Reference in New Issue
Block a user