mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-23 00:45:32 +00:00
@ -75,7 +75,9 @@ iwr https://win.wasmer.io -useb | iex
|
|||||||
```bash
|
```bash
|
||||||
$ wasmer qjs.wasm
|
$ wasmer qjs.wasm
|
||||||
QuickJS - Type "\h" for help
|
QuickJS - Type "\h" for help
|
||||||
qjs >
|
qjs > const i = 1 + 2;
|
||||||
|
qjs > console.log("hello " + i);
|
||||||
|
hello 3
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 接下来是你可以做的:
|
#### 接下来是你可以做的:
|
||||||
|
Reference in New Issue
Block a user