wasmerio / wasmer-go

🐹🕸️ WebAssembly runtime for Go
https://pkg.go.dev/github.com/wasmerio/wasmer-go
MIT License
2.83k stars 161 forks source link

feat: Update to Wasmer 2.0 #276

Closed Hywan closed 3 years ago

Hywan commented 3 years ago

This patch updates wasmer-go to the Wasmer runtime 2.0.

The support for Linux aarch64 has been disabled temporarily. The support for Darwin aarch64 is new.

The JIT and Native engines have been renamed Universal and Dylib. All related functions and methods are still present but are marked as deprecated. Use the new UseUniversalEngine, UseDylibEngine, NewUniversalEngine, and NewDylibEngine functions/methods.

Hywan commented 3 years ago

bors try

bors[bot] commented 3 years ago

try

Timed out.