repos
/
moxie
/
src
/
runtime
/ hosted.mx
hosted.mx
raw
1
//go:build !baremetal
2
3
package runtime
4
5
const baremetal = false
6