mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Begin work in semi-standardized js_wasm32 target
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
//+freestanding
|
||||
package os
|
||||
|
||||
#panic("package os does not support a freestanding target")
|
||||
@@ -0,0 +1,4 @@
|
||||
//+js
|
||||
package os
|
||||
|
||||
#panic("package os does not support a js target")
|
||||
Reference in New Issue
Block a user