Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Merge requests
!116
XX-4684 / Use new wasm-utils repo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
XX-4684 / Use new wasm-utils repo
XX-4684/wasm-utils
into
project/HavenBeta
Overview
0
Commits
13
Pipelines
0
Changes
62
Merged
Jono Wenger
requested to merge
XX-4684/wasm-utils
into
project/HavenBeta
1 year ago
Overview
0
Commits
13
Pipelines
0
Changes
1
Expand
Delete utils and local storage and use new repo
0
0
Merge request reports
Compare
version 3
version 5
bd44e050
1 year ago
version 4
bd44e050
1 year ago
version 3
cd754b15
1 year ago
version 2
0295c563
1 year ago
version 1
22c25a4d
1 year ago
project/HavenBeta (base)
and
version 4
latest version
2ba1c811
13 commits,
1 year ago
version 5
bd44e050
11 commits,
1 year ago
version 4
bd44e050
4 commits,
1 year ago
version 3
cd754b15
3 commits,
1 year ago
version 2
0295c563
2 commits,
1 year ago
version 1
22c25a4d
1 commit,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Makefile
+
1
−
1
Options
@@ -43,7 +43,7 @@ wasm_tests:
cp
$(
wasmException
)
/throws.go
$(
wasmException
)
/throws.go.bak
>
$(
wasmException
)
/throw_js.s
cp
$(
wasmException
)
/throws.dev
$(
wasmException
)
/throws.go
-
GOOS
=
js
GOARCH
=
wasm go
test
-v
./
worker/...
-run
TestManager_[rR]
-
GOOS
=
js
GOARCH
=
wasm go
test
-v
./
...
mv
$(
wasmException
)
/throw_js.s.bak
$(
wasmException
)
/throw_js.s
mv
$(
wasmException
)
/throws.go.bak
$(
wasmException
)
/throws.go
Loading