File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ export wasmtime_prefix=/path/to/wasm-nginx-module/wasmtime-c-api
4444
4545** context:**  * http* 
4646
47- Select the WASM  VM. Currently, only wasmtime is supported.
48- If the directive is not set, the WASM  VM won't be enabled.
47+ Select the Wasm  VM. Currently, only wasmtime is supported.
48+ If the directive is not set, the Wasm  VM won't be enabled.
4949
5050## Methods  
5151
@@ -55,7 +55,7 @@ If the directive is not set, the WASM VM won't be enabled.
5555
5656` syntax: plugin, err = proxy_wasm.load(name, path) ` 
5757
58- Load a ` .wasm `  file from the filesystem and return a WASM  plugin.
58+ Load a ` .wasm `  file from the filesystem and return a Wasm  plugin.
5959
6060``` lua 
6161local  plugin , err  =  proxy_wasm .load (" plugin"  ," t/testdata/plugin_lifecycle/main.go.wasm"  )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments