We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d168d1a commit 4ea1ff8Copy full SHA for 4ea1ff8
1 file changed
README.md
@@ -44,8 +44,8 @@ export wasmtime_prefix=/path/to/wasm-nginx-module/wasmtime-c-api
44
45
**context:** *http*
46
47
-Select the WASM VM. Currently, only wasmtime is supported.
48
-If the directive is not set, the WASM VM won't be enabled.
+Select the Wasm VM. Currently, only wasmtime is supported.
+If the directive is not set, the Wasm VM won't be enabled.
49
50
## Methods
51
@@ -55,7 +55,7 @@ If the directive is not set, the WASM VM won't be enabled.
55
56
`syntax: plugin, err = proxy_wasm.load(name, path)`
57
58
-Load a `.wasm` file from the filesystem and return a WASM plugin.
+Load a `.wasm` file from the filesystem and return a Wasm plugin.
59
60
```lua
61
local plugin, err = proxy_wasm.load("plugin","t/testdata/plugin_lifecycle/main.go.wasm")
0 commit comments