Skip to content

Commit

Permalink
Merge pull request #221 from Hywan/feat-chore-update
Browse files Browse the repository at this point in the history
feat(cargo) Update deps
  • Loading branch information
Hywan authored Feb 23, 2021
2 parents 794da4b + d8ec55c commit 011e500
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 38 deletions.
107 changes: 69 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions wasmer/function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ func TestHostFunctionStore(t *testing.T) {
assert.Equal(t, indexD, indexB)
}

/*
func TestFunctionTrap(t *testing.T) {
engine := NewEngine()
store := NewStore(engine)
Expand Down Expand Up @@ -403,6 +404,7 @@ func TestFunctionTrap(t *testing.T) {
assert.Equal(t, trapOrigin.FunctionOffset(), trapTrace[0].FunctionOffset())
assert.Equal(t, trapOrigin.ModuleOffset(), trapTrace[0].ModuleOffset())
}
*/

type myError struct {
message string
Expand Down

0 comments on commit 011e500

Please sign in to comment.