Versions in this module Expand all Collapse all v2 v2.0.0 Jun 17, 2021 Changes in this version + type DefaultFileResolver struct + func NewDefaultFileResolver() *DefaultFileResolver + func (fr *DefaultFileResolver) Clone() FileResolver + func (fr *DefaultFileResolver) ReplacePath(pathInTest, actualPath string) *DefaultFileResolver + func (fr *DefaultFileResolver) ResolveAbsolutePath(value string) string + func (fr *DefaultFileResolver) ResolveFileValue(value string) ([]byte, error) + func (fr *DefaultFileResolver) SetContext(contextPath string) + type FileResolver interface + Clone func() FileResolver + ResolveAbsolutePath func(value string) string + ResolveFileValue func(value string) ([]byte, error) + SetContext func(contextPath string) Other modules containing this package github.com/bogdan-rosianu/arwen-wasm-vm/v3