File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const importObject = { wasi_snapshot_preview1: wasi.wasiImport };
3232The ` --experimental-wasi-unstable-preview1 ` and ` --experimental-wasm-bigint `
3333CLI arguments are needed for the previous example to run.
3434
35- ## Class: WASI
35+ ## Class: ` WASI `
3636<!-- YAML
3737added: REPLACEME
3838-->
@@ -43,7 +43,7 @@ represents a distinct sandbox environment. For security purposes, each `WASI`
4343instance must have its command line arguments, environment variables, and
4444sandbox directory structure configured explicitly.
4545
46- ### new WASI(\ [ options\] )
46+ ### ` new WASI([options]) `
4747<!-- YAML
4848added: REPLACEME
4949-->
@@ -59,7 +59,7 @@ added: REPLACEME
5959 directories within the sandbox. The corresponding values in ` preopens ` are
6060 the real paths to those directories on the host machine.
6161
62- ### wasi.start(instance)
62+ ### ` wasi.start(instance) `
6363<!-- YAML
6464added: REPLACEME
6565-->
@@ -74,7 +74,7 @@ is present on `instance`, then `start()` does nothing.
7474` start() ` requires that ` instance ` exports a [ ` WebAssembly.Memory ` ] [ ] named
7575` memory ` . If ` instance ` does not have a ` memory ` export an exception is thrown.
7676
77- ### wasi.wasiImport
77+ ### ` wasi.wasiImport `
7878<!-- YAML
7979added: REPLACEME
8080-->
You can’t perform that action at this time.
0 commit comments