bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
14.82k stars 1.24k forks source link

Fix no_std build for `riscv64gc-unknown-none-elf` #8769

Closed alexcrichton closed 3 weeks ago

alexcrichton commented 3 weeks ago

This extends Wasmtime's no_std support to riscv64 by fixing an accidental usage of std I forgot to update in previous PRs.