Skip to content

Commit

Permalink
fixup! tools,doc: add support for several flavors of JS code snippets
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Schonning <nschonni@gmail.com>
  • Loading branch information
aduh95 and nschonni committed Mar 4, 2021
1 parent 886be29 commit b8f1e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/wasi.md
Expand Up @@ -28,6 +28,7 @@ const instance = await WebAssembly.instantiate(wasm, importObject);

wasi.start(instance);
```

```cjs
'use strict';
const fs = require('fs');
Expand Down

0 comments on commit b8f1e09

Please sign in to comment.