Skip to content

firu11/git-calendar-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Wasm parts:

# 1. install lib
go install github.com/agnivade/wasmbrowsertest@latest

# 2.A. rename so that go test finds it automatically
mv "$(go env GOPATH)/bin/wasmbrowsertest" "$(go env GOPATH)/bin/go_js_wasm_exec"
# then run like so:
GOOS=js GOARCH=wasm go test ./filesystem

# 2.B. or run the tests with a flag
GOOS=js GOARCH=wasm go test -exec /Users/firu/go/bin/wasmbrowsertest ./filesystem

More info here: https://github.com/agnivade/wasmbrowsertest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published