mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 14:03:39 +00:00
syscall: use wasi-libc tables for wasm/js target
Instead of using fake tables for errno and others, use the ones that correspond to wasi-libc.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//go:build nintendoswitch || wasip1 || wasip2
|
||||
//go:build js || nintendoswitch || wasip1 || wasip2
|
||||
|
||||
package syscall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user