Returns the wasmtime context pointer this store is attached to.
()
| 30 | type Storelike interface { |
| 31 | // Returns the wasmtime context pointer this store is attached to. |
| 32 | Context() *C.wasmtime_context_t |
| 33 | |
| 34 | // Arbitrary data attached to the store. Embedders should cast this into an appropriate domain |
| 35 | // specific type. |