mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
7 lines
263 B
Text
7 lines
263 B
Text
|
Download http://localhost:4545/wasm/math.wasm
|
||
|
Check file:///[WILDLINE]/main.ts
|
||
|
error: TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type 'number'.
|
||
|
console.log(add(1, ""));
|
||
|
~~
|
||
|
at file:///[WILDLINE]/main.ts:3:20
|