type Options struct {
CostTable toolkit.JSON// path of cost table file. ModuleStr string// the import string for metering function. FieldStr string// the field string for the metering function. MeterType string// the register type that is used to meter. Can be `i64`, `i32`, `f64`, `f32`.}