github.com/moontrade/wavm-go@v0.3.2-0.20220316110326-d229dd66ad65/ref.go (about)

     1  package wavm
     2  
     3  // #include <stdlib.h>
     4  // #include "wavm-c.h"
     5  import "C"
     6  
     7  type Ref C.wasm_ref_t