Skip to content

yzqzss/goada-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goada-wasm

Drop-in CGO-free replacement for https://github.com/ada-url/goada.

NOTE:

  • goada.New() and goada.NewWithBase() are concurrency-safe functions. However, the returned Url objects are not concurrency-safe.
  • For best performance, call .Free() on returned url when you are done with them.
Url, err := goadawasm.New("https://...") if err != nil { return err } defer Url.Free()

About

goada (CGO-free)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE-goada-wasm
MIT
LICENSE-MIT-goada-wasm

Stars

Watchers

Forks

Packages

 
 
 

Contributors