mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
@ -75,7 +75,9 @@ iwr https://win.wasmer.io -useb | iex
|
||||
```bash
|
||||
$ wasmer qjs.wasm
|
||||
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