Skip to content

Commit

Permalink
fix: Compiler options in AssemblyScript torch2424#157
Browse files Browse the repository at this point in the history
  • Loading branch information
unsolublesugar committed Jan 26, 2023
1 parent fce82ed commit ffda932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/hello-world.assemblyscript.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm install -g assemblyscript
Now, let's compile that into a wasm module which will output a `hello-world.wasm`:

```bash
asc hello-world.ts -b hello-world.wasm
asc hello-world.ts -o hello-world.wasm
```

Next, lets create a `hello-world.js` JavaScript file, and add a function for loading Wasm modules using the [WebAssembly Web APIs](https://developer.mozilla.org/en-US/docs/WebAssembly):
Expand Down

0 comments on commit ffda932

Please sign in to comment.