Skip to content

Commit

Permalink
use default compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjbrettj committed Mar 15, 2023
1 parent a8bda46 commit a935e54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/runtime/newWasmer/memory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ func createInstance(t *testing.T) (*wasmer.Instance, error) {
(export "memory" (memory $mem)))
`)

wasmerConfig := wasmer.NewConfig()
wasmerConfig.UseSinglepassCompiler()

engine := wasmer.NewEngineWithConfig(wasmerConfig)
engine := wasmer.NewEngine()
store := wasmer.NewStore(engine)

// Compile module
Expand Down

0 comments on commit a935e54

Please sign in to comment.